Skip to content
Snippets Groups Projects
Commit 77a67dee authored by Steven Dake's avatar Steven Dake
Browse files

Rename validate-docker-execute with .sh extension

TrivialFix

Change-Id: I3ad67fd802f7fe3ed7deb88eddebe520ff410a4f
parent 1f3e75fe
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# Move to top level directory # Move to top level directory
REAL_PATH=$(python -c "import os,sys;print os.path.realpath('$0')") REAL_PATH=$(python -c "import os,sys;print os.path.realpath('$0')")
cd "$(dirname "$REAL_PATH")/.." cd "$(dirname "$REAL_PATH")/.."
. tools/validate-docker-execute . tools/validate-docker-execute.sh
# Spawning the neutron-agents container leaves artifacts on the host. # Spawning the neutron-agents container leaves artifacts on the host.
# This script removes these artifacts. # This script removes these artifacts.
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
REAL_PATH=$(python -c "import os,sys;print os.path.realpath('$0')") REAL_PATH=$(python -c "import os,sys;print os.path.realpath('$0')")
cd "$(dirname "$REAL_PATH")/.." cd "$(dirname "$REAL_PATH")/.."
. tools/validate-docker-execute . tools/validate-docker-execute.sh
IMAGES=`docker images -a -q` IMAGES=`docker images -a -q`
if [[ -z "$IMAGES" ]]; then if [[ -z "$IMAGES" ]]; then
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment