diff options
author | Javier Jardón <jjardon@gnome.org> | 2018-04-25 17:04:47 +0100 |
---|---|---|
committer | Tristan Van Berkom <tristan.van.berkom@gmail.com> | 2018-05-07 11:40:54 +0000 |
commit | e604910518b53aaca90793833d08185d80699fa1 (patch) | |
tree | d287c68246f7357e11f5aa75ae1d12640d8ea63c /.gitlab-ci.yml | |
parent | 491760395eb9cb1e27fbe62ec49d98af7cca0d61 (diff) | |
download | buildstream-e604910518b53aaca90793833d08185d80699fa1.tar.gz |
.gitlab-ci.yml: Remove redundant declaration of dependencies:
"artifacts from all previous stages are passed by default."
https://docs.gitlab.com/ee/ci/yaml/#dependencies
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 29ad9d09c..0ba4a1cdc 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 @@ -135,8 +133,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. @@ -156,8 +152,6 @@ docs: artifacts: paths: - public/ - dependencies: - - source_dist ##################################################### |