From 5d4e8521e2c46ee07658f52b55c09d58ddc1b6c7 Mon Sep 17 00:00:00 2001 From: lj1412 Date: Wed, 22 Feb 2017 19:37:03 +0000 Subject: unified script calling Change-Id: Iab45c5051568b69b9b5f41162480b82731a63478 Signed-off-by: lj1412 --- jjb/dcae/script-dmaapbc-verify.sh | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100755 jjb/dcae/script-dmaapbc-verify.sh (limited to 'jjb/dcae/script-dmaapbc-verify.sh') 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} - - -- cgit 1.2.3-korg