From eb1cba7e9aa645c172fc3e7f67aa7f85f39bdd5a Mon Sep 17 00:00:00 2001 From: Tammo Jan Dijkema <dijkema@astron.nl> Date: Thu, 23 Jun 2022 16:50:26 +0200 Subject: [PATCH] Disable schaap-stack --- .gitlab-ci.astron.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.gitlab-ci.astron.yml b/.gitlab-ci.astron.yml index 23e6d23e..ef99adad 100644 --- a/.gitlab-ci.astron.yml +++ b/.gitlab-ci.astron.yml @@ -25,18 +25,3 @@ deploy-package-2204: - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH' - if: '$CI_COMMIT_TAG' - if: '$UPLOAD_PACKAGE' - -check-stack: - variables: - # Pass commit hash to downstream pipeline - EVERYBEAM_TRIGGER_HASH: $CI_COMMIT_SHA - stage: deploy - needs: [] - trigger: - project: RD/schaap-stack - branch: master - # This will mirror the status of the downstream pipeline - strategy: depend - rules: - # Only add job during merge request event - - if: '$CI_PIPELINE_SOURCE == "merge_request_event"' -- GitLab