From f3c166c3fd0317a5fc3928b0fd10447cd3adc7e0 Mon Sep 17 00:00:00 2001 From: Achilleas Koutsou Date: Mon, 25 Jul 2022 11:30:37 +0200 Subject: [PATCH] CI: fix artifact collection for diff-manifests --- .gitlab-ci.yml | 3 +++ test/cases/diff-manifests.sh | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3d41b81cc..4e497f4a3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -664,6 +664,9 @@ Manifest-diff: GIT_STRATEGY: "clone" GIT_CHECKOUT: "true" GIT_DEPTH: 500 + artifacts: + paths: + - "/tmp/artifacts" SCHEDULED_CLOUD_CLEANER: stage: cleanup diff --git a/test/cases/diff-manifests.sh b/test/cases/diff-manifests.sh index 0f3a916a2..12849730f 100755 --- a/test/cases/diff-manifests.sh +++ b/test/cases/diff-manifests.sh @@ -2,7 +2,7 @@ set -euo pipefail -artifacts="ci-artifacts" +artifacts="/tmp/artifacts" mkdir -p "${artifacts}" # Colorful output.