aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLusheng <lji@research.att.com>2017-03-23 19:29:13 +0000
committerLusheng <lji@research.att.com>2017-03-23 19:29:13 +0000
commitd2d105fceceff16c95b73f1fb2dbf4bd51a183d1 (patch)
tree8b64a6081c111d24a6aca5a6f13e3b64523879ed
parentca2aa95c624ce0731301105c1c1ec94df5dcb2dd (diff)
fixed docker script
Change-Id: Ia9b05e0027f74455db84ebf781ac050689a23e06 Signed-off-by: Lusheng <lji@research.att.com>
-rwxr-xr-xscript-dmaapbc-docker-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/script-dmaapbc-docker-build.sh b/script-dmaapbc-docker-build.sh
index a9318ba..bf2a63f 100755
--- a/script-dmaapbc-docker-build.sh
+++ b/script-dmaapbc-docker-build.sh
@@ -43,7 +43,7 @@ VERSION2=$(echo "$VERSION" | cut -f1-2 -d'.')
TIMESTAMP=$(date +%C%y%m%dT%H%M%S)
LFQI="${IMAGE}:${VERSION}${TIMESTAMP}"
-BUILD_PATH="${WORKSPACE}/target/stage"
+BUILD_PATH="${WORKSPACE}"
# build a docker image
docker build --rm -f "${WORKSPACE}"/Dockerfile -t "${LFQI}" "${BUILD_PATH}"