Faster review apps

This commit is contained in:
Eliot Berriot 2018-07-01 17:07:21 +02:00
parent 0f997f897c
commit c47104b653
No known key found for this signature in database
GPG Key ID: DD6965E2476E5C27
1 changed files with 4 additions and 4 deletions

View File

@ -19,8 +19,8 @@ review_front:
when: manual
allow_failure: true
before_script:
- apt-get update
- apt-get install jq -y
- curl -L -o /usr/local/bin/jq https://github.com/stedolan/jq/releases/download/jq-1.5/jq-linux64
- chmod +x /usr/local/bin/jq
- cd front
script:
- yarn install
@ -178,8 +178,8 @@ build_front:
stage: build
image: node:9
before_script:
- apt-get update
- apt-get install jq -y
- curl -L -o /usr/local/bin/jq https://github.com/stedolan/jq/releases/download/jq-1.5/jq-linux64
- chmod +x /usr/local/bin/jq
- cd front
script:
- yarn install