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:
parent
5e99683bea
commit
0f5e254d16
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user