build: install zip command
This commit is contained in:
parent
a383036212
commit
41f0667066
1 changed files with 2 additions and 1 deletions
|
@ -99,6 +99,8 @@ nginx-test:
|
||||||
|
|
||||||
build:
|
build:
|
||||||
stage: test
|
stage: test
|
||||||
|
before_script:
|
||||||
|
- apt-get update -y && apt-get install -y zip
|
||||||
script:
|
script:
|
||||||
- yarn build
|
- yarn build
|
||||||
# - yarn manage:translations en
|
# - yarn manage:translations en
|
||||||
|
@ -137,7 +139,6 @@ review:
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
before_script: []
|
|
||||||
script:
|
script:
|
||||||
# artifacts are kept between jobs
|
# artifacts are kept between jobs
|
||||||
- mv dist public
|
- mv dist public
|
||||||
|
|
Loading…
Reference in a new issue