summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2020-07-26 16:08:18 -0400
committerBen Gamari <ben@smart-cactus.org>2020-08-13 18:22:40 -0400
commitc0a3283a6ce9617fcb27b3d79c5467bc10ab80f2 (patch)
tree711abccaad3d43f4bc0264271707a629acb7ea17
parent353521aba790828370073369d0b919c2a3d2e6a0 (diff)
downloadhaskell-c0a3283a6ce9617fcb27b3d79c5467bc10ab80f2.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. (cherry picked from commit 57aca6bba1c000f8542ce94e8b724b0334ff96d4)
-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