ci: fix pod labels — use tag/branch instead of ref (slashes invalid)
This commit is contained in:
@@ -33,5 +33,6 @@ steps:
|
||||
nodeSelector:
|
||||
kubernetes.io/hostname: howard2404
|
||||
labels:
|
||||
commit-ref: "${CI_COMMIT_REF}"
|
||||
commit-tag: "${CI_COMMIT_TAG}"
|
||||
commit-branch: "${CI_COMMIT_BRANCH}"
|
||||
pipeline-number: "${CI_PIPELINE_NUMBER}"
|
||||
|
||||
Reference in New Issue
Block a user