From 2a8e8edd8b8955916ff6efd5bb59c1d7e9d20ed3 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Mon, 14 Feb 2022 08:18:55 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8627d2e..fcc535d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,8 +17,10 @@ build: --destination "$CONTAINER_NAME:$CI_COMMIT_REF_NAME" --destination "$CONTAINER_NAME:latest" -downstream: +downstream-nextcloud: stage: .post - trigger: - - containers/nextcloud - - containers/roundcube + trigger: containers/nextcloud + +downstream-roundcube: + stage: .post + trigger: containers/roundcube