mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 09:57:26 +02:00
fix cURL parameters for branch deploy job
This commit is contained in:
parent
f8497b3ee7
commit
1f1e520ec8
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ def hifiJob(String targetName, Boolean deploy) {
|
||||||
}
|
}
|
||||||
EscalateStatus true
|
EscalateStatus true
|
||||||
RunIfJobSuccessful true
|
RunIfJobSuccessful true
|
||||||
script "curl -d 'action=deploy&role=highfidelity-live&revision=${targetName}' https://${ARTIFACT_DESTINATION}"
|
script "curl -d action=deploy role=highfidelity-live revision=${targetName} https://${ARTIFACT_DESTINATION}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue