Skip to content
This repository has been archived by the owner on Feb 23, 2021. It is now read-only.

Commit

Permalink
touchfile
Browse files Browse the repository at this point in the history
  • Loading branch information
heffergm committed Nov 9, 2017
1 parent c36e843 commit ed02832
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/cut_tiles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ set -e
#S3_TRANSIT_PATH = Where to get transit data, e.g. s3://transit-data/dev/

export DATA_DIR=${DATA_DIR:-"/data/valhalla"}
export TOUCHFILE=${TOUCHFILE:-"${DATA_DIR}/CUT_COMPLETE"}
export TILES_DIR=${TILES_DIR:-"${DATA_DIR}/tiles"}
export TESTS_DIR=${TESTS_DIR:-"${DATA_DIR}/tests"}
export EXTRACTS_DIR=${EXTRACTS_DIR:-"${DATA_DIR}/extracts"}
Expand Down Expand Up @@ -267,4 +268,5 @@ if [ -n "$S3_PATH" ]; then
catch_exception
}
fi
echo "[SUCCESS] Run complete. Valhalla tile creation finished, exiting."
echo "[SUCCESS] Run complete. Valhalla tile creation finished, exiting after touching CUT_COMPLETE file."
touch ${TOUCHFILE}

0 comments on commit ed02832

Please sign in to comment.