Merge "Rename validate-docker-execute with .sh extension"
This commit is contained in:
commit
51fbae7c55
@ -3,7 +3,7 @@
|
||||
# Move to top level directory
|
||||
REAL_PATH=$(python -c "import os,sys;print os.path.realpath('$0')")
|
||||
cd "$(dirname "$REAL_PATH")/.."
|
||||
. tools/validate-docker-execute
|
||||
. tools/validate-docker-execute.sh
|
||||
|
||||
# Spawning the neutron-agents container leaves artifacts on the host.
|
||||
# This script removes these artifacts.
|
||||
|
@ -4,7 +4,7 @@
|
||||
REAL_PATH=$(python -c "import os,sys;print os.path.realpath('$0')")
|
||||
cd "$(dirname "$REAL_PATH")/.."
|
||||
|
||||
. tools/validate-docker-execute
|
||||
. tools/validate-docker-execute.sh
|
||||
|
||||
IMAGES=`docker images -a -q`
|
||||
if [[ -z "$IMAGES" ]]; then
|
||||
|
Loading…
Reference in New Issue
Block a user