From 037fccf8e5c4c51874b0df77a11a5c42f1157d92 Mon Sep 17 00:00:00 2001 From: Yassine Doghri <yassine@doghri.fr> Date: Fri, 21 May 2021 07:12:28 +0000 Subject: [PATCH] ci: fix artifact path name for bundle_app job --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bdecaedb44..2c9229d881 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -69,7 +69,7 @@ bundle_app: artifacts: name: "castopod-host-${CI_COMMIT_REF_SLUG}_${CI_COMMIT_SHORT_SHA}" paths: - - castopod-host-${CI_COMMIT_REF_SLUG}_${CI_COMMIT_SHORT_SHA} + - castopod-host except: - main - beta -- GitLab