fix jq installation
This commit is contained in:
parent
26ee1213a9
commit
0400db2964
1 changed files with 3 additions and 3 deletions
|
@ -72,7 +72,7 @@ release-patch:
|
||||||
stage: release
|
stage: release
|
||||||
before_script:
|
before_script:
|
||||||
- apt update
|
- apt update
|
||||||
- apt install jq
|
- apt install --yes jq
|
||||||
variables:
|
variables:
|
||||||
RELEASE_TYPE: patch
|
RELEASE_TYPE: patch
|
||||||
cache:
|
cache:
|
||||||
|
@ -92,8 +92,8 @@ release-patch:
|
||||||
git tag -f latest
|
git tag -f latest
|
||||||
git tag ${RELEASE_VERSION}
|
git tag ${RELEASE_VERSION}
|
||||||
# git push origin ci-processing:${CI_BUILD_REF_NAME}
|
# git push origin ci-processing:${CI_BUILD_REF_NAME}
|
||||||
# git push latest -f
|
# git push origin latest -f
|
||||||
# git push ${RELEASE_VERSION}
|
# git push origin ${RELEASE_VERSION}
|
||||||
# only:
|
# only:
|
||||||
# - master
|
# - master
|
||||||
when: manual
|
when: manual
|
||||||
|
|
Loading…
Reference in a new issue