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 b2bd8db commit 026cfe5Copy full SHA for 026cfe5
.gitlab-ci.yml
@@ -93,11 +93,13 @@ stages:
93
- ./ci/build_src.sh
94
- ./ci/test_unittests.sh
95
- ./ci/test_integrationtests.sh
96
+
97
+ after_script:
98
# Copy all cache files into cache-artifact so that they get uploaded. We only do this for develop so that artifacts
99
# stay minimal for PRs and branches (we never need them)
100
+ - mkdir $CI_PROJECT_DIR/cache-artifact
101
+ - mkdir -p $CI_PROJECT_DIR/testlogs
102
- |
- mkdir $CI_PROJECT_DIR/cache-artifact
- mkdir -p $CI_PROJECT_DIR/testlogs
103
if [ "$CI_COMMIT_REF_SLUG" = "develop" ]; then
104
cp -ra $CACHE_DIR/* $CI_PROJECT_DIR/cache-artifact/
105
else
0 commit comments