Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
thalia
ThaliApp
Commits
e64be6d8
Commit
e64be6d8
authored
May 16, 2017
by
Wietse Kuipers
Committed by
Wietse Kuipers
May 31, 2017
Browse files
switch to new image
parent
474d2c3a
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
e64be6d8
image
:
kkarczmarczyk/nod
e-yarn:latest
image
:
wkuipers/docker-react-nativ
e-yarn:latest
stages
:
-
test
-
build
cache
:
untracked
:
true
...
...
@@ -10,9 +10,13 @@ cache:
-
node_modules/
-
.yarn
yarn
install
:
stage
:
test
install
:
stage
:
build
script
:
-
yarn config set cache-folder .yarn
-
yarn install
lint
:
stage
:
build
script
:
-
yarn lint
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