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
27b98bce
Commit
27b98bce
authored
Feb 15, 2017
by
Wietse Kuipers
Browse files
Switch to docker image with yarn installe + Add coverage badges
parent
17561112
Changes
2
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
27b98bce
image
:
node:latest
cache
:
untracked
:
true
paths
:
-
node_modules/
-
latest.tar.gz
image
:
kkarczmarczyk/node-yarn:latest
before_script
:
-
wget -N https://yarnpkg.com/latest.tar.gz
-
tar zxf latest.tar.gz
-
mv dist /opt/
-
export PATH="/opt/dist/bin:$PATH"
-
yarn config set cache-folder .cache
-
yarn install
stages
:
...
...
README.md
View file @
27b98bce
[

](https://gitlab.science.ru.nl/thalia/ThaliApp-react/commits/master)
[

](https://gitlab.science.ru.nl/thalia/ThaliApp-react/commits/master)
New and improved ThaliApp
# Installation
...
...
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