From 1c86b78b42a4009498f5198871e43ab9067f30d4 Mon Sep 17 00:00:00 2001 From: Udai Singh <udai.singh@desy.de> Date: Tue, 14 May 2024 13:05:18 +0200 Subject: [PATCH] removed a stage --- .gitlab-ci.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 41d30c5..855ca81 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 -- GitLab