forked from cramer/pcapmirror
paralell
This commit is contained in:
@@ -3,11 +3,13 @@ stages:
|
|||||||
- build
|
- build
|
||||||
- publish
|
- publish
|
||||||
|
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
DEBIAN_FRONTEND: noninteractive
|
DEBIAN_FRONTEND: noninteractive
|
||||||
|
|
||||||
build-bookworm:
|
build-bookworm:
|
||||||
stage: build
|
stage: build
|
||||||
|
needs: []
|
||||||
only:
|
only:
|
||||||
- tags
|
- tags
|
||||||
tags:
|
tags:
|
||||||
@@ -25,6 +27,8 @@ build-bookworm:
|
|||||||
|
|
||||||
publish-bookworm:
|
publish-bookworm:
|
||||||
stage: publish
|
stage: publish
|
||||||
|
needs:
|
||||||
|
- build-bookworm
|
||||||
dependencies:
|
dependencies:
|
||||||
- build-bookworm
|
- build-bookworm
|
||||||
only:
|
only:
|
||||||
@@ -39,6 +43,7 @@ publish-bookworm:
|
|||||||
|
|
||||||
build-sid:
|
build-sid:
|
||||||
stage: build
|
stage: build
|
||||||
|
needs: []
|
||||||
only:
|
only:
|
||||||
- tags
|
- tags
|
||||||
tags:
|
tags:
|
||||||
@@ -56,6 +61,8 @@ build-sid:
|
|||||||
|
|
||||||
publish-sid:
|
publish-sid:
|
||||||
stage: publish
|
stage: publish
|
||||||
|
needs:
|
||||||
|
- build-sid
|
||||||
dependencies:
|
dependencies:
|
||||||
- build-sid
|
- build-sid
|
||||||
only:
|
only:
|
||||||
@@ -70,6 +77,7 @@ publish-sid:
|
|||||||
|
|
||||||
build-rocky9:
|
build-rocky9:
|
||||||
stage: build
|
stage: build
|
||||||
|
needs: []
|
||||||
only:
|
only:
|
||||||
- tags
|
- tags
|
||||||
tags:
|
tags:
|
||||||
@@ -90,6 +98,9 @@ build-rocky9:
|
|||||||
|
|
||||||
publish-rocky9:
|
publish-rocky9:
|
||||||
stage: publish
|
stage: publish
|
||||||
|
needs: []
|
||||||
|
needs:
|
||||||
|
- build-rocky9
|
||||||
dependencies:
|
dependencies:
|
||||||
- build-rocky9
|
- build-rocky9
|
||||||
only:
|
only:
|
||||||
@@ -104,6 +115,7 @@ publish-rocky9:
|
|||||||
|
|
||||||
build-rocky8:
|
build-rocky8:
|
||||||
stage: build
|
stage: build
|
||||||
|
needs: []
|
||||||
only:
|
only:
|
||||||
- tags
|
- tags
|
||||||
tags:
|
tags:
|
||||||
@@ -124,6 +136,8 @@ build-rocky8:
|
|||||||
|
|
||||||
publish-rocky8:
|
publish-rocky8:
|
||||||
stage: publish
|
stage: publish
|
||||||
|
needs:
|
||||||
|
- build-rocky8
|
||||||
dependencies:
|
dependencies:
|
||||||
- build-rocky8
|
- build-rocky8
|
||||||
only:
|
only:
|
||||||
|
|||||||
Reference in New Issue
Block a user