Skip to content

Commit

Permalink
Fixing circleci config (#2355) (#2356)
Browse files Browse the repository at this point in the history
Signed-off-by: Raj Babu Das <[email protected]>
  • Loading branch information
imrajdas authored Nov 15, 2020
1 parent d479836 commit 4cd5ed9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ jobs:
docker load -i /tmp/workspace/${SUBSCRIBER_IMAGE}.tar
docker load -i /tmp/workspace/${AUTHENTICATION_SERVER_IMAGE}.tar
docker load -i /tmp/workspace/${FRONTEND_IMAGE}.tar
docker load -i /tmp/workspace/${FRONTEND_UNPRIVILEGED_IMAGE}.tar
- run:
name: Docker images
command: docker images
Expand All @@ -200,10 +199,6 @@ jobs:
- run:
name: Pushing subscriber server image
command: bash ./hack/push --TYPE=release --REPONAME=${REPONAME} --IMGNAME=${SUBSCRIBER_IMAGE} --IMGTAG=${IMGTAG}
- run:
name: Pushing unprivileged frontend image
command: bash ./hack/push --TYPE=release --REPONAME=${REPONAME} --IMGNAME=${FRONTEND_UNPRIVILEGED_IMAGE} --IMGTAG=${IMGTAG}

workflows:
version: 2
litmus-portal:
Expand Down Expand Up @@ -260,7 +255,6 @@ workflows:
requires:
- docker-build-backend
- docker-build-frontend
- docker-build-unprivileged-frontend
filters:
## release jobs needs to be run for tagged releases alone & not for any branch commits
branches:
Expand Down

0 comments on commit 4cd5ed9

Please sign in to comment.