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
84bbf99b
Commit
84bbf99b
authored
Jun 14, 2017
by
Wietse Kuipers
Browse files
Merge branch 'gitlab-ci-gradle-caching' into 'master'
Cache gradle downloads to speed up builds See merge request
!46
parents
1587949f
7d6e094a
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
84bbf99b
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
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