From 26a68baaa3122215bca442f093b5ec344afd8544 Mon Sep 17 00:00:00 2001 From: Jordi Kroon Date: Mon, 4 Dec 2023 15:48:10 +0100 Subject: [PATCH] fix(post-deploy): remove sub include --- stage-deploy/deployer.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/stage-deploy/deployer.yml b/stage-deploy/deployer.yml index 0ebe86d..445a44d 100644 --- a/stage-deploy/deployer.yml +++ b/stage-deploy/deployer.yml @@ -1,10 +1,4 @@ --- -include: - - remote: "https://raw.githubusercontent.com/tdeNL/tde-gitlab-deploy-templates/$GITLAB_DEPLOY_TEMPLATE_VERSION/stage-post-deploy/post-deploy.yml" - rules: - - if: $TRIGGER_POST_DEPLOY == "false" - when: never - .deploy_global_template: &deploy_global stage: deploy when: manual