Define empty dependencies for the deploy tasks
This commit is contained in:
@@ -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"
|
||||||
|
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user