Skip to content

Commit 448807e

Browse files
committed
Add missing env
1 parent c6affb5 commit 448807e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

task/Update.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ async function update() {
3535
postSlackMessage('DEM update failed, using previous version :boom:')
3636
}
3737
}
38-
38+
3939
// OSM update is more complicated. Download often fails, so there is a retry loop,
4040
// which breaks when a big enough file gets loaded
4141
global.blobSizeOk = false // ugly hack but gulp does not return any values from tasks
@@ -113,6 +113,7 @@ async function update() {
113113
})
114114
execFileSync('./opentripplanner/deploy-otp.sh', [date], {
115115
stdio: [0, 1, 2], env: {
116+
OTP_TAG: process.env.OTP_TAG,
116117
OTP_GRAPH_DIR: global.storageDirName,
117118
ROUTER_NAME: process.env.ROUTER_NAME,
118119
ORG: process.env.ORG,

0 commit comments

Comments
 (0)