Faster review apps
This commit is contained in:
parent
0f997f897c
commit
c47104b653
|
@ -19,8 +19,8 @@ review_front:
|
||||||
when: manual
|
when: manual
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
before_script:
|
before_script:
|
||||||
- apt-get update
|
- curl -L -o /usr/local/bin/jq https://github.com/stedolan/jq/releases/download/jq-1.5/jq-linux64
|
||||||
- apt-get install jq -y
|
- chmod +x /usr/local/bin/jq
|
||||||
- cd front
|
- cd front
|
||||||
script:
|
script:
|
||||||
- yarn install
|
- yarn install
|
||||||
|
@ -178,8 +178,8 @@ build_front:
|
||||||
stage: build
|
stage: build
|
||||||
image: node:9
|
image: node:9
|
||||||
before_script:
|
before_script:
|
||||||
- apt-get update
|
- curl -L -o /usr/local/bin/jq https://github.com/stedolan/jq/releases/download/jq-1.5/jq-linux64
|
||||||
- apt-get install jq -y
|
- chmod +x /usr/local/bin/jq
|
||||||
- cd front
|
- cd front
|
||||||
script:
|
script:
|
||||||
- yarn install
|
- yarn install
|
||||||
|
|
Loading…
Reference in New Issue