Skip to content
GitLab
Menu
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
7d6e094a
Commit
7d6e094a
authored
Jun 14, 2017
by
Wietse Kuipers
Browse files
Cache gradle downloads to speed up builds
parent
1587949f
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
7d6e094a
image
:
wkuipers/docker-react-native-yarn:latest
variables
:
GRADLE_USER_HOME
:
$CI_PROJECT_DIR/.gradle
cache
:
key
:
$CI_PROJECT_NAME
paths
:
-
.gradle/wrapper/
-
.gradle/caches/
before_script
:
-
yarn install
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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