From 47122fe4b95750cac3785ffca6cbd36b7c002fca Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Mon, 14 Feb 2022 06:01:17 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 07965bb..12612ba 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,9 +1,5 @@ -stages: - - build - variables: CI_REGISTRY_IMAGE: thallian/alpine-s6 - DOWNSTREAM_PROJECTS: "" build: stage: build @@ -20,4 +16,7 @@ build: --destination "$CI_REGISTRY_IMAGE:$CI_COMMIT_SHA" --destination "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_NAME" --destination "$CI_REGISTRY_IMAGE:latest" - trigger: containers/confd-env + +downstream: + stage: .post + trigger: containers/confd-env \ No newline at end of file