(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:
|
rules:
|
||||||
- if: $CI_COMMIT_TAG
|
- if: $CI_COMMIT_TAG
|
||||||
variables:
|
variables:
|
||||||
SCIM_FILE: scim_$CI_COMMIT_TAG}.zip
|
SCIM_FILE: scim_${CI_COMMIT_TAG}.zip
|
||||||
script:
|
script:
|
||||||
- 'curl --header "JOB-TOKEN: $CI_JOB_TOKEN" --upload-file "dist/${SCIM_FILE}" "${PACKAGE_REGISTRY_URL}/${SCIM_FILE}"'
|
- 'curl --header "JOB-TOKEN: $CI_JOB_TOKEN" --upload-file "dist/${SCIM_FILE}" "${PACKAGE_REGISTRY_URL}/${SCIM_FILE}"'
|
||||||
needs:
|
needs:
|
||||||
|
@ -35,7 +35,7 @@ release_job:
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_COMMIT_TAG
|
- if: $CI_COMMIT_TAG
|
||||||
variables:
|
variables:
|
||||||
SCIM_FILE: scim_$CI_COMMIT_TAG}.zip
|
SCIM_FILE: scim_${CI_COMMIT_TAG}.zip
|
||||||
EXTRA_DESCRIPTION: ""
|
EXTRA_DESCRIPTION: ""
|
||||||
script:
|
script:
|
||||||
- echo "running release_job"
|
- echo "running release_job"
|
||||||
|
|
Reference in a new issue