Merge "Fix overrides diff"

This commit is contained in:
Zuul 2020-08-03 23:05:18 +00:00 committed by Gerrit Code Review
commit 8b09a07423

View File

@ -24,7 +24,7 @@
set -ex;
for dir in openstack-helm openstack-helm-infra; do
path="{{ work_dir }}/../${dir}/"
if [ ! -d "${dir}" ]; then continue; fi
if [ ! -d "${path}" ]; then continue; fi
echo "${dir} diff"
cd "${path}"; git diff; cd -;
done