We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6affb5 commit 448807eCopy full SHA for 448807e
task/Update.js
@@ -35,7 +35,7 @@ async function update() {
35
postSlackMessage('DEM update failed, using previous version :boom:')
36
}
37
38
-
+
39
// OSM update is more complicated. Download often fails, so there is a retry loop,
40
// which breaks when a big enough file gets loaded
41
global.blobSizeOk = false // ugly hack but gulp does not return any values from tasks
@@ -113,6 +113,7 @@ async function update() {
113
})
114
execFileSync('./opentripplanner/deploy-otp.sh', [date], {
115
stdio: [0, 1, 2], env: {
116
+ OTP_TAG: process.env.OTP_TAG,
117
OTP_GRAPH_DIR: global.storageDirName,
118
ROUTER_NAME: process.env.ROUTER_NAME,
119
ORG: process.env.ORG,
0 commit comments