Skip to content
Snippets Groups Projects
Commit 1c86b78b authored by Udai Singh's avatar Udai Singh
Browse files

removed a stage

parent ef8fc76d
No related branches found
No related tags found
No related merge requests found
Pipeline #114809 passed
......@@ -22,6 +22,7 @@ stages: # List of stages for jobs, and their order of execution
build-job: # This job runs in the build stage, which runs first.
stage: deploy
image:
name: gcr.io/kaniko-project/executor:v1.14.0-debug
entrypoint: [""]
......@@ -45,7 +46,7 @@ build-job: # This job runs in the build stage, which runs first.
# - sleep 10
# - echo "No lint issues found."
deploy-job: # This job runs in the deploy stage.
stage: deploy # It only runs when *both* jobs in the test stage complete successfully.
script:
- docker push gitlab.desy.de:5555/fs-ec/docker/bluesky_bliss_data
# deploy-job: # This job runs in the deploy stage.
# stage: deploy # It only runs when *both* jobs in the test stage complete successfully.
# script:
# - docker push gitlab.desy.de:5555/fs-ec/docker/bluesky_bliss_data
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment