Update path for current-passed-ci.yml files

Tripleo environments had deleted rhos-*-current-passed-ci
files that were needed to test commits made to browbeat.
Readded files in tripleo-environments
https://code.engineering.redhat.com/gerrit/#/c/129983/
Updated path accordingly.

Change-Id: If1b8f59b87fbd0dc58d7f6dde994cf1efb53883b
This commit is contained in:
agopi 2018-02-09 15:10:05 -05:00
parent 80e62653f6
commit 05c90efdc5
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ if [ ! -z ${current_build+x} ]
#If we are not in the pipeline downstream builds need to use current-passed-ci
elif [[ $RELEASE == *rhos-* ]]
then
export RELEASE="$RELEASE-current-passed-ci"
export RELEASE="perfci/$RELEASE-current-passed-ci"
fi