Skip to content
Snippets Groups Projects
Commit 27fe67d9 authored by Дмитрий Кибирев's avatar Дмитрий Кибирев Committed by Yaroslav Dynnikov
Browse files

fix: repair check deploy package in ROSA

(cherry picked from commit def233ad)
parent c51cdff0
No related branches found
No related tags found
No related merge requests found
......@@ -725,7 +725,7 @@ check-deployment-rpm:
PACKAGE: rosa/chrome/x86_64/picodata-release-1.1.2.0-1-rosa2021.1.x86_64.rpm
GIT_FETCH_PARAM: deepen
before_script:
- yum install -y git
- yum install -y git curl
- until git describe; do git fetch --${GIT_FETCH_PARAM} 100; done
- export VER=$(git describe --long | sed -n 's/^\([0-9\.]*\)-\([0-9]*\)-\([a-z0-9]*\)/\1.\2/p')
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment