diff options
author | EuAndreh <eu@euandre.org> | 2018-08-11 23:01:50 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-08-11 23:01:50 -0300 |
commit | e1b11847e7e4f7c0a1576a426f18bd57e358ab95 (patch) | |
tree | 4a28de7c1d6d6031e956a0a4528ecd6a2353872f | |
parent | Update Clojars credentials. (diff) | |
download | dotfiles-e1b11847e7e4f7c0a1576a426f18bd57e358ab95.tar.gz dotfiles-e1b11847e7e4f7c0a1576a426f18bd57e358ab95.tar.xz |
Cache Maven artifacts in GitLab.
-rw-r--r-- | git/gitlab-ci.yml | 8 |
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 |