Remove workaround for quickstart.sh (#998)
This commit is contained in:
parent
c8f919e9d6
commit
424c4ee8a3
5
.github/workflows/tests.yml
vendored
5
.github/workflows/tests.yml
vendored
@ -22,11 +22,8 @@ jobs:
|
|||||||
area: monaco
|
area: monaco
|
||||||
MIN_ZOOM: 0
|
MIN_ZOOM: 0
|
||||||
MAX_ZOOM: 14
|
MAX_ZOOM: 14
|
||||||
|
QUIET: 1
|
||||||
run: |
|
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
|
./quickstart.sh $area
|
||||||
|
|
||||||
- name: Save quickstart.log
|
- name: Save quickstart.log
|
||||||
|
|||||||
@ -265,7 +265,7 @@ echo " "
|
|||||||
echo "-------------------------------------------------------------------------------------"
|
echo "-------------------------------------------------------------------------------------"
|
||||||
if [[ "$area" != "planet" ]]; then
|
if [[ "$area" != "planet" ]]; then
|
||||||
echo "====> : Compute bounding box for tile generation"
|
echo "====> : Compute bounding box for tile generation"
|
||||||
make generate-dc-config
|
make generate-dc-config ${MIN_ZOOM:+MIN_ZOOM="${MIN_ZOOM}"} ${MAX_ZOOM:+MAX_ZOOM="${MAX_ZOOM}"}
|
||||||
else
|
else
|
||||||
echo "====> : Skipping bbox calculation when generating the entire planet"
|
echo "====> : Skipping bbox calculation when generating the entire planet"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user