From 7132c093bfd1d9f6ee2c734918ab91d0e0a77fb5 Mon Sep 17 00:00:00 2001 From: Andrew Harvey Date: Tue, 18 May 2021 16:45:38 +1000 Subject: show cache --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- cgit v1.2.3