mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 17:00:13 +02:00
prepend artifact destination url with https
This commit is contained in:
parent
dfbf5bdfb9
commit
a0bab71755
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,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}' ${ARTIFACT_DESTINATION}"
|
script "curl -d 'action=deploy&role=highfidelity-live&revision=${targetName}' https://${ARTIFACT_DESTINATION}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue