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

Merge branch 'faster-ci' into 'develop'

Faster review apps

See merge request funkwhale/funkwhale!294
parents e0c7ed5e c47104b6
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
......@@ -184,8 +184,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