summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2018-04-25 17:04:47 +0100
committerJavier Jardón <jjardon@gnome.org>2018-04-25 16:16:50 +0000
commit3f591e31a85db3f2d2f3fb056bb51a8a807bcc09 (patch)
treeb41f153016aec35e7a534c332c5ff2795f698a64
parent52da8751462d4d574482f7b56af13d2b97fffb8b (diff)
downloadbuildstream-jjardon/dependencies.tar.gz
.gitlab-ci.yml: Remove redundant declaration of dependencies:jjardon/dependencies
"artifacts from all previous stages are passed by default." https://docs.gitlab.com/ee/ci/yaml/#dependencies
-rw-r--r--.gitlab-ci.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cf3747048..ce5dfb2d1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -87,8 +87,6 @@ source_dist:
artifacts:
paths:
- coverage-linux/
- dependencies:
- - source_dist
tests-debian-8:
<<: *linux-tests
@@ -131,8 +129,6 @@ tests-unix:
- coverage-unix/
- logs-unix/
- dependencies:
- - source_dist
# Automatically build documentation for every commit, we want to know
# if building documentation fails even if we're not deploying it.
@@ -152,8 +148,6 @@ docs:
artifacts:
paths:
- public/
- dependencies:
- - source_dist
#####################################################