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: ...@@ -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
...@@ -184,8 +184,8 @@ build_front: ...@@ -184,8 +184,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
......
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