File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11# Binaries for programs and plugins
2- * .exe
2+ output
3+ .exe
34* .exe~
45* .dll
56* .so
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ for i in ${!ZYPPER_DISTRO_BASE_IMAGE[@]}; do
9494
9595 script=" zypper --non-interactive install curl && \
9696 rpm -v --import https://packages.microsoft.com/keys/microsoft.asc && \
97- zypper --non-interactive install --allow-unsigned-rpm /mnt/artifacts/${rpmPkg} && \
97+ zypper --non-interactive install /mnt/artifacts/${rpmPkg} && \
9898 sqlcmd --help"
9999
100100 docker pull ${image}
Original file line number Diff line number Diff line change @@ -21,7 +21,9 @@ set -exv
2121
2222: " ${REPO_ROOT_DIR:= `cd $(dirname $0 ); cd ../ ../ ../ ; pwd`} "
2323
24- cp ${BUILD_OUTPUT} /SqlcmdLinuxAmd64/sqlcmd ${REPO_ROOT_DIR} /sqlcmd
24+ if [[ " ${BUILD_OUTPUT} " != " " ]]; then
25+ cp ${BUILD_OUTPUT} /SqlcmdLinuxAmd64/sqlcmd ${REPO_ROOT_DIR} /sqlcmd
26+ fi
2527
2628DIST_DIR=${BUILD_STAGINGDIRECTORY:= ${REPO_ROOT_DIR} / output/ rpm}
2729DISTRO_BASE_IMAGE=( centos:centos7 fedora:29 )
You can’t perform that action at this time.
0 commit comments