diff options
author | Andrew Grimberg <agrimberg@linuxfoundation.org> | 2017-02-22 22:10:52 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@openecomp.org> | 2017-02-22 22:10:52 +0000 |
commit | efe6e88b763281b0455d3a8eff659d1051da8d7f (patch) | |
tree | 77e16cc61a4efcc956684e1daa8fe6ff43337a4b /jjb/dcae/script-dmaapbc-verify.sh | |
parent | fadd3e8a4c65c2391b2db8c3ff06edabd3c6af31 (diff) | |
parent | 5d4e8521e2c46ee07658f52b55c09d58ddc1b6c7 (diff) |
Merge "unified script calling"
Diffstat (limited to 'jjb/dcae/script-dmaapbc-verify.sh')
-rwxr-xr-x | jjb/dcae/script-dmaapbc-verify.sh | 19 |
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} - - |