summaryrefslogtreecommitdiffstats
path: root/jjb/dcae/script-dmaapbc-verify.sh
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/dcae/script-dmaapbc-verify.sh')
-rwxr-xr-xjjb/dcae/script-dmaapbc-verify.sh19
1 files changed, 0 insertions, 19 deletions
diff --git a/jjb/dcae/script-dmaapbc-verify.sh b/jjb/dcae/script-dmaapbc-verify.sh
deleted file mode 100755
index 8db2c9c74..000000000
--- a/jjb/dcae/script-dmaapbc-verify.sh
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/bin/bash
-# Create a debian package and push to remote repo
-#
-#
-# build the docker image. tag and then push to the remote repo
-#
-
-# !!! make sure the yaml file include docker-login as a builder before calling
-# this script
-
-IMAGE="dcae_dmaapbc"
-TAG="1.0.0"
-LFQI="${IMAGE}:${TAG}"
-BUILD_PATH="${WORKSPACE}"
-
-# build a docker image
-docker build --rm -f ${WORKSPACE}/Dockerfile -t ${LFQI} ${BUILD_PATH}
-
-