Skip to content

Commit

Permalink
fix(gitlab): STAC-0 | Getting rid of unneeded stage
Browse files Browse the repository at this point in the history
  • Loading branch information
sc250024 committed Jan 17, 2020
1 parent f4b49e2 commit de2b52f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
stages:
- build
- docker_build
- tag

docker_build:
Expand All @@ -18,7 +17,7 @@ docker_build:
--target app
${PWD}
- docker push "${CI_REGISTRY}/${IMAGE_FAMILY}:${CI_BUILD_REF:-dirty}"
stage: docker_build
stage: build
variables:
CI_REGISTRY: docker.io
IMAGE_FAMILY: stackstate/trafficmirror-test
Expand Down

0 comments on commit de2b52f

Please sign in to comment.