Separate the NSH SFC CI-management configuration to the CSIT.
[ci-management.git] / jjb / cicn / include-raw-cicn-libccnx-portal-build.sh
index ad84030..8280311 100644 (file)
@@ -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="LIBCCNX_PORTAL"
-PACKAGE_DEPS="LIBCCNX_PORTAL_DEPS"
-cd libccnx-portal
-build_package $PACKAGE_NAME $PACKAGE_DEPS
\ No newline at end of file
+pushd libccnx-portal/scripts
+bash build-package.sh
+popd