From d5c8ecd027a448a19b1af1003760d8bfb856c36c Mon Sep 17 00:00:00 2001 From: Andrew Harvey Date: Mon, 3 May 2021 21:24:16 +1000 Subject: use touch to ensure make dependencies work as intended to avoid attempting to perform parent tasks --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 776458e..c4e5eb4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -41,7 +41,8 @@ build: - yarn install - node test/index.js - mkdir -p dist - - make --assume-old=data/vicmap.geojson dist/vicmap-osm.geojson + - touch --no-create data/vicmap.geojson + - make dist/vicmap-osm.geojson - make dist/vicmap-osm-flats.geojson artifacts: name: "build" -- cgit v1.2.3