X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=jjb%2Fcicn%2Finclude-raw-cicn-longbow-build.sh;h=f2b8bf27cbdd58fafc47f201f25d159882a8c02f;hb=d89b98be70e5763b6f0a82f3dc46d4dcf85e6c1d;hp=c2b9e8d69430ec420fbe25497c32b4a4931c63b9;hpb=4d21f1740424440573ee9d88e23a62015649ab67;p=ci-management.git diff --git a/jjb/cicn/include-raw-cicn-longbow-build.sh b/jjb/cicn/include-raw-cicn-longbow-build.sh index c2b9e8d69..f2b8bf27c 100644 --- a/jjb/cicn/include-raw-cicn-longbow-build.sh +++ b/jjb/cicn/include-raw-cicn-longbow-build.sh @@ -1,11 +1,8 @@ #!/bin/bash # basic build script example -set -euo pipefail +set -euxo pipefail IFS=$'\n\t' -source ./build-package.sh - -PACKAGE_NAME="LONGBOW" -PACKAGE_DEPS="LONGBOW_DEPS" -cd longbow -build_package $PACKAGE_NAME $PACKAGE_DEPS \ No newline at end of file +pushd longbow/scripts +bash build-package.sh +popd