From 82a98c2f4ee91049c0e354522c8f340cb34dabb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20B=C3=B6ttcher?= <c.boettcher@fz-juelich.de> Date: Thu, 2 Mar 2023 12:34:16 +0100 Subject: [PATCH] remove debug step --- .gitlab-ci.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e63bf60..ad2661c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,21 +34,12 @@ variables: - chmod 700 ~/.ssh stages: - - debug - build - publish - deploy - test-deployment - cleanup -debug: - stage: debug - script: - - echo $CI_COMMIT_BRANCH - - echo $MANUAL_FULL_DEPLOY_TESTING - - echo $CI_COMMIT_TAG - - echo $MANUAL_FULL_DEPLOY_PRODUCTION - build-testing-image: stage: build image: docker:latest -- GitLab