Merge "Fix overrides diff"
This commit is contained in:
commit
8b09a07423
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user