Skip to content
Snippets Groups Projects
Verified Commit c47104b6 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Faster review apps

parent 0f997f89
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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