Only download required artifacts

This commit is contained in:
Jan Möbius
2022-01-18 11:42:18 +01:00
parent 776c545dfb
commit 47155741f7
2 changed files with 4 additions and 0 deletions

View File

@@ -1006,6 +1006,7 @@ Doc-publish:
only: only:
- master - master
script: "CI/ci-doc.sh" script: "CI/ci-doc.sh"
dependencies:
tags: tags:
- Linux - Linux
- stretch - stretch
@@ -1018,6 +1019,7 @@ Sources:
tags: tags:
- Linux - Linux
- stretch - stretch
dependencies:
artifacts: artifacts:
paths: paths:
- OpenMesh*.zip - OpenMesh*.zip

View File

@@ -17,6 +17,7 @@ Doc-publish:
only: only:
- master - master
script: "CI/ci-doc.sh" script: "CI/ci-doc.sh"
dependencies:
tags: tags:
- Linux - Linux
- stretch - stretch
@@ -29,6 +30,7 @@ Sources:
tags: tags:
- Linux - Linux
- stretch - stretch
dependencies:
artifacts: artifacts:
paths: paths:
- OpenMesh*.zip - OpenMesh*.zip