mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2024-12-22 16:03:25 +00:00
Add gawk for release-create script
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
a9199dc20d
commit
eee2d63309
1 changed files with 1 additions and 1 deletions
|
@ -276,7 +276,7 @@ release-create:
|
||||||
image: registry.gitlab.com/gitlab-org/release-cli:latest
|
image: registry.gitlab.com/gitlab-org/release-cli:latest
|
||||||
rules: *tag-rules
|
rules: *tag-rules
|
||||||
before_script:
|
before_script:
|
||||||
- apk --no-cache add awk sed grep
|
- apk --no-cache add gawk sed grep
|
||||||
script: |
|
script: |
|
||||||
APP_VERSION="${CI_COMMIT_TAG}"
|
APP_VERSION="${CI_COMMIT_TAG}"
|
||||||
APP_ASSET="${CI_PROJECT_NAME}_${APP_VERSION}_${ARCH}.tar.gz"
|
APP_ASSET="${CI_PROJECT_NAME}_${APP_VERSION}_${ARCH}.tar.gz"
|
||||||
|
|
Loading…
Reference in a new issue