Skip to content

Commit

Permalink
return refs
Browse files Browse the repository at this point in the history
  • Loading branch information
alvicsam committed Jan 9, 2023
1 parent 17c2ffd commit d2a0e1b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ build-docker-only:

build-push-docker-image:
stage: build
# <<: *publish-refs
<<: *test-refs
<<: *publish-refs
image: $BUILDAH_IMAGE
script:
- test "$Docker_Hub_User_Parity" -a "$Docker_Hub_Pass_Parity" ||
Expand Down Expand Up @@ -148,8 +147,7 @@ build-push-docker-image:

deploy-staging:
stage: staging
# <<: *publish-refs
<<: *test-refs
<<: *publish-refs
<<: *deploy-k8s
variables:
ENVIRONMENT: parity-stg
Expand Down

0 comments on commit d2a0e1b

Please sign in to comment.