We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63c48f7 commit b2bd8dbCopy full SHA for b2bd8db
.gitlab-ci.yml
@@ -97,8 +97,11 @@ stages:
97
# stay minimal for PRs and branches (we never need them)
98
- |
99
mkdir $CI_PROJECT_DIR/cache-artifact
100
+ mkdir -p $CI_PROJECT_DIR/testlogs
101
if [ "$CI_COMMIT_REF_SLUG" = "develop" ]; then
102
cp -ra $CACHE_DIR/* $CI_PROJECT_DIR/cache-artifact/
103
+ else
104
+ touch $CI_PROJECT_DIR/cache-artifact/.empty
105
fi
106
107
# We're actually only interested in the develop branch creating the cache artifact, but there is no way to control this
0 commit comments