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 be127bc commit 859d60fCopy full SHA for 859d60f
.gitlab-ci.yml
@@ -101,7 +101,7 @@ stages:
101
- mkdir -p $CI_PROJECT_DIR/testlogs
102
- |
103
if [ "$CI_COMMIT_REF_SLUG" = "develop" ]; then
104
- cp -ra $CACHE_DIR/* $CI_PROJECT_DIR/cache-artifact/
+ cp -ra $CI_PROJECT_DIR/cache/* $CI_PROJECT_DIR/cache-artifact/
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