aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Harvey <andrew@alantgeo.com.au>2021-05-18 16:45:38 +1000
committerAndrew Harvey <andrew@alantgeo.com.au>2021-05-18 16:45:38 +1000
commit7132c093bfd1d9f6ee2c734918ab91d0e0a77fb5 (patch)
tree2939838f6b750e50143c77834cdcb0dde1042167
parent710298bda56a267d6c7de08980bb31560e4f1d36 (diff)
show cache
-rw-r--r--.gitlab-ci.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2889ac7..7a1bd25 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -91,6 +91,8 @@ prepare:
build vicmap:
stage: build
image: "registry.gitlab.com/alantgeo/vicmap2osm:build-vicmap"
+ before_script:
+ - ls data dist
cache:
<<: *global_cache
policy: pull-push
@@ -116,6 +118,8 @@ build vicmap:
build osm:
stage: build
image: "registry.gitlab.com/alantgeo/vicmap2osm:build-osm"
+ before_script:
+ - ls data dist
cache:
<<: *global_cache
policy: pull-push
@@ -135,6 +139,8 @@ build osm:
conflate:
stage: conflate
image: "registry.gitlab.com/alantgeo/vicmap2osm:conflate"
+ before_script:
+ - ls data dist
cache:
<<: *global_cache
policy: pull