Merge "Add INFO.yaml verify job"
[ci-management.git] / jjb / cicn / include-raw-cicn-libccnx-portal-build.sh
index 6bd210a..8280311 100644 (file)
@@ -1,9 +1,8 @@
 #!/bin/bash
 # basic build script example
-set -euo pipefail
+set -euxo pipefail
 IFS=$'\n\t'
 
-PACKAGE_NAME="LIBCCNX_PORTAL"
-PACKAGE_DEPS="LIBCCNX_PORTAL_DEPS"
-cd libccnx-portal
-build_package $PACKAGE_NAME $PACKAGE_DEPS
+pushd libccnx-portal/scripts
+bash build-package.sh
+popd