Merge "Rename validate-docker-execute with .sh extension"

This commit is contained in:
Jenkins 2016-03-09 12:29:36 +00:00 committed by Gerrit Code Review
commit 51fbae7c55
3 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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