Fix a small bug of wrong path to validate-docker-execuate
Change-Id: I61e7ac2bb0ec0b960dc807d8880d5da105aacd14 Closes-Bug: #1497463
This commit is contained in:
parent
9e64644dc0
commit
ed0829ae5e
@ -1,10 +1,9 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
. tools/validate-docker-execute
|
|
||||||
|
|
||||||
# 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
|
||||||
|
|
||||||
# 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.
|
||||||
|
Loading…
Reference in New Issue
Block a user