Define empty dependencies for the deploy tasks

This commit is contained in:
Jan Möbius
2022-01-18 13:07:01 +01:00
parent 58008f44b9
commit adebfb1ec0
2 changed files with 6 additions and 6 deletions

View File

@@ -1006,7 +1006,7 @@ Doc-publish:
only: only:
- master - master
script: "CI/ci-doc.sh" script: "CI/ci-doc.sh"
dependencies: dependencies: []
tags: tags:
- Linux - Linux
- stretch - stretch
@@ -1019,7 +1019,7 @@ Sources:
tags: tags:
- Linux - Linux
- stretch - stretch
dependencies: dependencies: []
artifacts: artifacts:
paths: paths:
- OpenMesh*.zip - OpenMesh*.zip
@@ -1030,7 +1030,7 @@ trigger_openmesh-python-rebuild:
stage: deploy stage: deploy
only: only:
- master - master
dependencies: dependencies: []
script: script:
- "curl -X POST -F token=b63ed804ada51d7d1ffe5d6ea0dfa2 -F ref=track-OM-master https://www.graphics.rwth-aachen.de:9000/api/v4/projects/1024/trigger/pipeline" - "curl -X POST -F token=b63ed804ada51d7d1ffe5d6ea0dfa2 -F ref=track-OM-master https://www.graphics.rwth-aachen.de:9000/api/v4/projects/1024/trigger/pipeline"

View File

@@ -17,7 +17,7 @@ Doc-publish:
only: only:
- master - master
script: "CI/ci-doc.sh" script: "CI/ci-doc.sh"
dependencies: dependencies: []
tags: tags:
- Linux - Linux
- stretch - stretch
@@ -30,7 +30,7 @@ Sources:
tags: tags:
- Linux - Linux
- stretch - stretch
dependencies: dependencies: []
artifacts: artifacts:
paths: paths:
- OpenMesh*.zip - OpenMesh*.zip
@@ -41,7 +41,7 @@ trigger_openmesh-python-rebuild:
stage: deploy stage: deploy
only: only:
- master - master
dependencies: dependencies: []
script: script:
- "curl -X POST -F token=b63ed804ada51d7d1ffe5d6ea0dfa2 -F ref=track-OM-master https://www.graphics.rwth-aachen.de:9000/api/v4/projects/1024/trigger/pipeline" - "curl -X POST -F token=b63ed804ada51d7d1ffe5d6ea0dfa2 -F ref=track-OM-master https://www.graphics.rwth-aachen.de:9000/api/v4/projects/1024/trigger/pipeline"