diff options
author | mei mei <meimei@huawei.com> | 2017-03-30 09:22:23 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-03-30 09:22:23 +0000 |
commit | b5f61c88ae8e36755a4f79f04057c4bfec013a5e (patch) | |
tree | dd8867b792418770a6482e5acbabeb7c79c77658 /jjb/bottlenecks/bottlenecks-cleanup.sh | |
parent | b485197b601e77e73690854bc9da6c0428fa5b6a (diff) | |
parent | 2a5fb6e766f327fdbc8bdb0e781f26f67f9baf26 (diff) |
Merge "bugfix: fix the docker_cleanup path"
Diffstat (limited to 'jjb/bottlenecks/bottlenecks-cleanup.sh')
-rw-r--r-- | jjb/bottlenecks/bottlenecks-cleanup.sh | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/jjb/bottlenecks/bottlenecks-cleanup.sh b/jjb/bottlenecks/bottlenecks-cleanup.sh index 052f72eef..04e620c7f 100644 --- a/jjb/bottlenecks/bottlenecks-cleanup.sh +++ b/jjb/bottlenecks/bottlenecks-cleanup.sh @@ -8,11 +8,9 @@ # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## -BASEDIR=`dirname $0` - #clean up correlated dockers and their images -bash ${BASEDIR}/docker_cleanup.sh -d bottlenecks --debug -bash ${BASEDIR}/docker_cleanup.sh -d yardstick --debug -bash ${BASEDIR}/docker_cleanup.sh -d kibana --debug -bash ${BASEDIR}/docker_cleanup.sh -d elasticsearch --debug -bash ${BASEDIR}/docker_cleanup.sh -d influxdb --debug
\ No newline at end of file +bash $WORKSPACE/docker/docker_cleanup.sh -d bottlenecks --debug +bash $WORKSPACE/docker/docker_cleanup.sh -d yardstick --debug +bash $WORKSPACE/docker/docker_cleanup.sh -d kibana --debug +bash $WORKSPACE/docker/docker_cleanup.sh -d elasticsearch --debug +bash $WORKSPACE/docker/docker_cleanup.sh -d influxdb --debug |