This is an automated email from the ASF dual-hosted git repository. tvb pushed a commit to branch jjardon/debian-9_testing in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit 0257c779eae85cc39ef912afe39ca92227cd4877 Author: Javier Jardón <[email protected]> AuthorDate: Wed Apr 25 16:41:50 2018 +0100 .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 --- .gitlab-ci.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a7a4629..be8529a 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:
