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
c47104b6
Verified
Commit
c47104b6
authored
Jul 01, 2018
by
Eliot Berriot
Browse files
Faster review apps
parent
0f997f89
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
c47104b6
...
...
@@ -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
...
...
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