From 06ea0ac153eb6d871d07119eed8c0556118c5277 Mon Sep 17 00:00:00 2001 From: Daniel Hornung <d.hornung@indiscale.com> Date: Mon, 20 Jun 2022 14:19:17 +0200 Subject: [PATCH] WIP: Removed unnecessary variable reference. --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 609009d0..ed9b2c48 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -83,12 +83,11 @@ test: # Deploy: Trigger building of server image and integration tests trigger_inttest: stage: deploy - needs: [ test ] + needs: [ ] inherit: variables: # List the variables that shall be inherited, which also means they will override any equally # named varibles in child pipelines. - - DEPLOY_REF - TRIGGERED_BY_REPO - TRIGGERED_BY_REF - TRIGGERED_BY_HASH -- GitLab