mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
use constant for deploy script
This commit is contained in:
parent
db118d3bfc
commit
dfbf5bdfb9
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ def hifiJob(String targetName, Boolean deploy) {
|
|||
}
|
||||
EscalateStatus true
|
||||
RunIfJobSuccessful true
|
||||
script "curl -d 'action=deploy&role=highfidelity-live&revision=${targetName}' https://a-tower.below92.com"
|
||||
script "curl -d 'action=deploy&role=highfidelity-live&revision=${targetName}' ${ARTIFACT_DESTINATION}"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue