aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2018-08-11 23:01:50 -0300
committerEuAndreh <eu@euandre.org>2018-08-11 23:01:50 -0300
commite1b11847e7e4f7c0a1576a426f18bd57e358ab95 (patch)
tree4a28de7c1d6d6031e956a0a4528ecd6a2353872f
parentUpdate Clojars credentials. (diff)
downloaddotfiles-e1b11847e7e4f7c0a1576a426f18bd57e358ab95.tar.gz
dotfiles-e1b11847e7e4f7c0a1576a426f18bd57e358ab95.tar.xz
Cache Maven artifacts in GitLab.
-rw-r--r--git/gitlab-ci.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/git/gitlab-ci.yml b/git/gitlab-ci.yml
index 91d7b1c..a04f709 100644
--- a/git/gitlab-ci.yml
+++ b/git/gitlab-ci.yml
@@ -9,6 +9,10 @@ lint:
- lein deps
script:
- lein lint
+ cache:
+ key: maven-cache
+ paths:
+ - $HOME/.m2
test:
stage: test
@@ -16,6 +20,10 @@ test:
- lein deps
script:
- lein test
+ cache:
+ key: maven-cache
+ paths:
+ - $HOME/.m2
pages:
stage: pages