summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2020-07-26 16:08:18 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-07-27 20:10:54 -0400
commit57aca6bba1c000f8542ce94e8b724b0334ff96d4 (patch)
tree41ae200c9c7b3a2e245e54c4e9fedb6dad3ec015
parent3d345c9680ab3d766ef43dd8389ccc1eaeca066c (diff)
downloadhaskell-57aca6bba1c000f8542ce94e8b724b0334ff96d4.tar.gz
gitlab-ci: Ensure that Hadrian jobs don't download artifacts
Previously the Hadrian jobs had the default dependencies, meaning that they would download artifacts from all jobs of earlier stages. This is unneccessary.
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2ea30af32b..bd1c941194 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -190,6 +190,7 @@ lint-release-changelogs:
key: hadrian
paths:
- cabal-cache
+ dependencies: []
artifacts:
reports:
junit: junit.xml