Rename validate-docker-execute with .sh extension
TrivialFix Change-Id: I3ad67fd802f7fe3ed7deb88eddebe520ff410a4f
This commit is contained in:
parent
1f3e75feb1
commit
77a67deeb6
@ -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