Fix the yaml-alphabetized job

Added $OLDPWD/ to the beginning of the path to
review.projects.yaml.erb. Hopefully the script can find the file
now and the job will run successfully.

Change-Id: I32ed800d79a39e47ae20c54147f2e4db2725c97b
This commit is contained in:
Anita Kuno 2013-12-18 13:25:27 -05:00
parent 5e99683bea
commit 0f5e254d16

View File

@ -9,7 +9,7 @@ trap "rm -rf $TMPDIR" EXIT
pushd $TMPDIR
sed -e '/^- project: /!d' -e 's/^- project: //' \
modules/openstack_project/templates/review.projects.yaml.erb \
$OLDPWD/modules/openstack_project/templates/review.projects.yaml.erb \
> projects_list
LC_ALL=C sort projects_list -o projects_list.sorted