CI: fix artifact collection for diff-manifests
This commit is contained in:
parent
46b127c898
commit
f3c166c3fd
2 changed files with 4 additions and 1 deletions
|
|
@ -664,6 +664,9 @@ Manifest-diff:
|
|||
GIT_STRATEGY: "clone"
|
||||
GIT_CHECKOUT: "true"
|
||||
GIT_DEPTH: 500
|
||||
artifacts:
|
||||
paths:
|
||||
- "/tmp/artifacts"
|
||||
|
||||
SCHEDULED_CLOUD_CLEANER:
|
||||
stage: cleanup
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
set -euo pipefail
|
||||
|
||||
artifacts="ci-artifacts"
|
||||
artifacts="/tmp/artifacts"
|
||||
mkdir -p "${artifacts}"
|
||||
|
||||
# Colorful output.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue