Skip to content

Commit

Permalink
build-graph: temporarly disable sta gtfs
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Mar 13, 2024
1 parent dfdeccb commit ad388c8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build-graph.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ if [ ! -f "${ELEVATION_ZIP}" ]; then
fi

# STA gtfs
if [ ! -f "${GTFS_ZIP}" ]; then
${WGET} ${GTFS_URL} -O ${GTFS_ZIP}
unzip -o ${GTFS_ZIP} -d data
fi
# if [ ! -f "${GTFS_ZIP}" ]; then
# ${WGET} ${GTFS_URL} -O ${GTFS_ZIP}
# unzip -o ${GTFS_ZIP} -d data
# fi


# actually do graph build
Expand Down

0 comments on commit ad388c8

Please sign in to comment.