Remove workaround for periodic jobs

We run now periodic jobs as promotion jobs only, no need to use
different release files for them.

Change-Id: I47d25b062347f55d180f5e53781c5a29b51e1381
This commit is contained in:
Sagi Shnaidman 2017-12-05 13:51:49 +02:00
parent 8f02b192bf
commit decd72868e
1 changed files with 1 additions and 5 deletions

View File

@ -182,11 +182,7 @@ for JOB_TYPE_PART in $(sed 's/-/ /g' <<< "${TOCI_JOBTYPE:-}") ; do
;;
periodic)
PERIODIC=1
if [[ -z ${DELOREAN_LINK:-''} ]]; then
QUICKSTART_RELEASE="consistent-${QUICKSTART_RELEASE}"
else
QUICKSTART_RELEASE="promotion-testing-hash-${QUICKSTART_RELEASE}"
fi
QUICKSTART_RELEASE="promotion-testing-hash-${QUICKSTART_RELEASE}"
;;
gate)
;;