From 0400db29640daa7fd79961277c981cd775e46ee5 Mon Sep 17 00:00:00 2001 From: Johannes Loher Date: Sat, 9 Jan 2021 18:23:56 +0100 Subject: [PATCH] fix jq installation --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5891a5d..bd4b04f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -72,7 +72,7 @@ release-patch: stage: release before_script: - apt update - - apt install jq + - apt install --yes jq variables: RELEASE_TYPE: patch cache: @@ -92,8 +92,8 @@ release-patch: git tag -f latest git tag ${RELEASE_VERSION} # git push origin ci-processing:${CI_BUILD_REF_NAME} - # git push latest -f - # git push ${RELEASE_VERSION} + # git push origin latest -f + # git push origin ${RELEASE_VERSION} # only: # - master when: manual