ci: fix pod labels — use tag/branch instead of ref (slashes invalid)
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
+6
-3
@@ -30,7 +30,8 @@ steps:
|
||||
nodeSelector:
|
||||
kubernetes.io/arch: amd64
|
||||
labels:
|
||||
commit-ref: "${CI_COMMIT_REF}"
|
||||
commit-tag: "${CI_COMMIT_TAG}"
|
||||
commit-branch: "${CI_COMMIT_BRANCH}"
|
||||
pipeline-number: "${CI_PIPELINE_NUMBER}"
|
||||
commands:
|
||||
- sh ci/setup.sh
|
||||
@@ -49,7 +50,8 @@ steps:
|
||||
nodeSelector:
|
||||
kubernetes.io/arch: arm64
|
||||
labels:
|
||||
commit-ref: "${CI_COMMIT_REF}"
|
||||
commit-tag: "${CI_COMMIT_TAG}"
|
||||
commit-branch: "${CI_COMMIT_BRANCH}"
|
||||
pipeline-number: "${CI_PIPELINE_NUMBER}"
|
||||
commands:
|
||||
- sh ci/setup.sh
|
||||
@@ -68,7 +70,8 @@ steps:
|
||||
nodeSelector:
|
||||
kubernetes.io/arch: amd64
|
||||
labels:
|
||||
commit-ref: "${CI_COMMIT_REF}"
|
||||
commit-tag: "${CI_COMMIT_TAG}"
|
||||
commit-branch: "${CI_COMMIT_BRANCH}"
|
||||
pipeline-number: "${CI_PIPELINE_NUMBER}"
|
||||
commands:
|
||||
- sh ci/setup.sh
|
||||
|
||||
Reference in New Issue
Block a user