From 6f9238b6c8969583f627ce39154d8151ddb4fe7b Mon Sep 17 00:00:00 2001 From: bclayton-usgs <bclayton@usgs.gov> Date: Tue, 28 Jul 2020 11:03:14 -0600 Subject: [PATCH] add cache --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c7aa4fa..6b6d2c5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,6 +18,12 @@ stages: - publish - deploy +cache: + key: one-key-to-rule-them-all + paths: + - build + - .gradle + #### # Templates: # - install-aws: Install aws in a Alpine environment -- GitLab