summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2018-04-25 16:41:50 +0100
committerJavier Jardón <jjardon@gnome.org>2018-04-25 16:58:25 +0100
commit0257c779eae85cc39ef912afe39ca92227cd4877 (patch)
treed884da3557295078cf5802a775fbb4e302866eb9
parent07ac1bfa580ee08e529d1ab7b3e529caf13c1f9c (diff)
downloadbuildstream-0257c779eae85cc39ef912afe39ca92227cd4877.tar.gz
.gitlab-ci.yml: Remove unneded declaration of dependencies:
"artifacts from all previous stages are passed by default." https://docs.gitlab.com/ee/ci/yaml/#dependencies
-rw-r--r--.gitlab-ci.yml14
1 files changed, 0 insertions, 14 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a7a462997..be8529a55 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -114,8 +114,6 @@ analysis:
artifacts:
paths:
- coverage-linux/
- dependencies:
- - source_dist
tests-debian-8:
<<: *linux-tests
@@ -158,8 +156,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.
@@ -179,8 +175,6 @@ docs:
artifacts:
paths:
- public/
- dependencies:
- - source_dist
#####################################################
@@ -202,19 +196,11 @@ coverage:
- ls coverage.*
- coverage combine --rcfile=../.coveragerc -a coverage.*
- coverage report --rcfile=../.coveragerc -m
- dependencies:
- - tests-debian-8
- - tests-fedora-27
- - tests-unix
- - source_dist
# Deploy, only for merges which land on master branch.
#
pages:
stage: post
- dependencies:
- - source_dist
- - docs
script:
- find public/
artifacts: