Skip to content

Commit

Permalink
Run split.sh outside make
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanb committed Mar 26, 2022
1 parent bf3be18 commit 3c982a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ jobs:
password: ${{ secrets.egpPassword }}
run: make

- name: Run split.sh
run: ./split.sh data/temp

# Runs a set of commands using the runners shell
- name: Check git diff
run: |
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ TMP = $(DATAFOLDER)temp/
TS = $$(cat $(TMP)timestamp.txt)
TSYYYY = $$(cat $(TMP)timestamp.txt | cut -b 1-4)

all: download geojson split
all: download geojson

.PHONY: download
download:
Expand Down

0 comments on commit 3c982a0

Please sign in to comment.