diff options
author | Andrew Harvey <andrew@alantgeo.com.au> | 2021-05-19 23:20:33 +1000 |
---|---|---|
committer | Andrew Harvey <andrew@alantgeo.com.au> | 2021-05-19 23:20:33 +1000 |
commit | f662e9db5d320a1308b12e2d9581933e2f6017d8 (patch) | |
tree | e3a9f286266c892b70b0556cfadf1e2931f7d86c | |
parent | d77379fe00457a5342df587ff327af8f787a6498 (diff) |
dist created within make target
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7e3cf21..8e63b3a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -147,7 +147,6 @@ conflate: policy: pull script: - yarn install - - mkdir -p dist - make dist/conflate - wc -l dist/conflate/*.geojson when: manual |