fix cURL parameters for branch deploy job

This commit is contained in:
Stephen Birarda 2013-06-26 12:10:04 -07:00
parent f8497b3ee7
commit 1f1e520ec8

View file

@ -62,7 +62,7 @@ def hifiJob(String targetName, Boolean deploy) {
}
EscalateStatus 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}"
}
}
}