(ci] fix typo
This commit is contained in:
parent
0f922500ca
commit
60b00627ab
1 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ upload:
|
|||
rules:
|
||||
- if: $CI_COMMIT_TAG
|
||||
variables:
|
||||
SCIM_FILE: scim_$CI_COMMIT_TAG}.zip
|
||||
SCIM_FILE: scim_${CI_COMMIT_TAG}.zip
|
||||
script:
|
||||
- 'curl --header "JOB-TOKEN: $CI_JOB_TOKEN" --upload-file "dist/${SCIM_FILE}" "${PACKAGE_REGISTRY_URL}/${SCIM_FILE}"'
|
||||
needs:
|
||||
|
@ -35,7 +35,7 @@ release_job:
|
|||
rules:
|
||||
- if: $CI_COMMIT_TAG
|
||||
variables:
|
||||
SCIM_FILE: scim_$CI_COMMIT_TAG}.zip
|
||||
SCIM_FILE: scim_${CI_COMMIT_TAG}.zip
|
||||
EXTRA_DESCRIPTION: ""
|
||||
script:
|
||||
- echo "running release_job"
|
||||
|
|
Reference in a new issue