Skip to content

Commit

Permalink
reverting gtfs url change
Browse files Browse the repository at this point in the history
  • Loading branch information
RudiThoeni committed Sep 8, 2022
1 parent 27a32d5 commit 7105582
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ services:
- BUILD_GRAPH=False
- OTP_OFFICIAL=False
- GTFS_FILE=latestGTFS.zip
- GTFS_URL=ftp://ftp.sta.bz.it/gtfs/google_transit.zip
- GTFS_URL=ftp://ftp.sta.bz.it/gtfs/google_transit_shp.zip
- GTFS_URL_UPDATETIME=0 * * * *
- GTFS_URL_UPDATEHOOK=''
volumes:
Expand Down Expand Up @@ -174,5 +174,4 @@ services:
volumes:
- /opt/odh-mentor-otp/:/data/
#- infrastructure/docker/docker-entrypoint.sh:/docker-entrypoint.sh
#uncomment to test script
restart: "no"
#uncomment to test script
2 changes: 1 addition & 1 deletion infrastructure/Jenkinsfile-Prod-Execute.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ pipeline {
DRT_HOST="https://drt.otp.opendatahub.bz.it/"
CHARGER_HOST="https://charger.otp.opendatahub.bz.it/"

GTFS_URL="ftp://ftp.sta.bz.it/gtfs/google_transit.zip"
GTFS_URL="ftp://ftp.sta.bz.it/gtfs/google_transit_shp.zip"
GTFS_URL_UPDATETIME="0 4 * * *"
GTFS_URL_UPDATEHOOK="https://jenkins.testingmachine.eu/job/it.bz.opendatahub.otp/job/calculate.prod-deploy.trigger/build?token="
JENKINSURL_TOKEN=credentials("calculate.test-deploy.trigger-authtoken")
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/Jenkinsfile-Test-Execute.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ pipeline {
DRT_HOST="https://drt.otp.opendatahub.testingmachine.eu/"
CHARGER_HOST="https://charger.otp.opendatahub.testingmachine.eu/"

GTFS_URL="ftp://ftp.sta.bz.it/gtfs/google_transit.zip"
GTFS_URL="ftp://ftp.sta.bz.it/gtfs/google_transit_shp.zip"
GTFS_URL_UPDATETIME="0 2 * * *"
GTFS_URL_UPDATEHOOK="https://jenkins.testingmachine.eu/job/it.bz.opendatahub.otp/job/calculate.test-deploy.trigger/build?token="
JENKINSURL_TOKEN=credentials("calculate.test-deploy.trigger-authtoken")
Expand Down

0 comments on commit 7105582

Please sign in to comment.