Skip to content

Commit 859d60f

Browse files
authored
Don't use $CACHE_DIR in after_script (#3159)
This variable is not available here.
1 parent be127bc commit 859d60f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ stages:
101101
- mkdir -p $CI_PROJECT_DIR/testlogs
102102
- |
103103
if [ "$CI_COMMIT_REF_SLUG" = "develop" ]; then
104-
cp -ra $CACHE_DIR/* $CI_PROJECT_DIR/cache-artifact/
104+
cp -ra $CI_PROJECT_DIR/cache/* $CI_PROJECT_DIR/cache-artifact/
105105
fi
106106
107107
# We're actually only interested in the develop branch creating the cache artifact, but there is no way to control this

0 commit comments

Comments
 (0)