mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02:00
use double quotes for env interpolation, change role
This commit is contained in:
parent
8a7897d326
commit
8e07815322
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ def hifiJob(String targetName, Boolean deploy) {
|
|||
}
|
||||
EscalateStatus true
|
||||
RunIfJobSuccessful true
|
||||
script "curl -d action=deploy-dev -d role=highfidelity-live -d revision=${targetName} https://${ARTIFACT_DESTINATION}"
|
||||
script "curl -d action=deploy-dev -d role=highfidelity_dev-grid -d \"revision=${targetName}\" https://${ARTIFACT_DESTINATION}"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue