summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2019-01-25 14:17:18 -0500
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2019-01-25 14:17:18 -0500
commit2e99aa0f10bbdb7c9d3e7c13bb77ca294123fd0b (patch)
tree060464239434d0648a632b592330b1e13ba20773
parent34ba23020c958d97365d742f7b96562a64045c26 (diff)
downloadbuildstream-2e99aa0f10bbdb7c9d3e7c13bb77ca294123fd0b.tar.gz
.gitlab-ci.yml: Manual cleanup of mysterious artifacts directory
-rw-r--r--.gitlab-ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b51d80201..218155768 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -43,6 +43,10 @@ variables:
# Diagnostics
- ls -l "${INTEGRATION_CACHE}"
+ # Make sure we're not leaking artifacts into the gitlab cache
+ #
+ - rm -rf "${INTEGRATION_CACHE}/artifacts"
+
except:
- schedules
artifacts: