Merge "Update path for current-passed-ci.yml files"

This commit is contained in:
Zuul 2018-02-16 14:49:01 +00:00 committed by Gerrit Code Review
commit 5c4ddf40d1
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