Skip to content
Snippets Groups Projects

.gitlab-ci.yml: Remove redundant declaration of dependencies:

Merged Javier Jardón requested to merge jjardon/dependencies into master
1 file
+ 0
6
Compare changes
  • Side-by-side
  • Inline
+ 0
6
@@ -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
#####################################################
Loading