Remove workaround for quickstart.sh (#998)

This commit is contained in:
zstadler
2020-09-28 22:28:34 +03:00
committed by GitHub
parent c8f919e9d6
commit 424c4ee8a3
2 changed files with 2 additions and 5 deletions

View File

@@ -22,11 +22,8 @@ jobs:
area: monaco
MIN_ZOOM: 0
MAX_ZOOM: 14
QUIET: 1
run: |
# For now, change the quickstart values directly in the .env file
# TODO: We should probably use env vars instead
sed -i 's/MAX_ZOOM=7/MAX_ZOOM=14/g' .env
export QUIET=1
./quickstart.sh $area
- name: Save quickstart.log