Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Marcin Mikołajczak
funkwhale
Commits
94530bda
Commit
94530bda
authored
Jul 01, 2018
by
Eliot Berriot
Browse files
Merge branch 'faster-ci' into 'develop'
Faster review apps See merge request
funkwhale/funkwhale!294
parents
e0c7ed5e
c47104b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
94530bda
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment