Fixing deps mistake in cicn build script
[ci-management.git] / jjb / cicn / include-raw-cicn-vpp-plugin-build.sh
index 1da7b47..194fb63 100644 (file)
@@ -1,11 +1,8 @@
 #!/bin/bash
 # basic build script example
-set -exuo pipefail
+set -euxo pipefail
 IFS=$'\n\t'
 
-PACKAGE_NAME="VPP_PLUGIN"
-PACKAGE_DEPS="VPP_PLUGIN_DEPS"
-
-pushd cicn-plugin
-build_package $PACKAGE_NAME $PACKAGE_DEPS
-popd
\ No newline at end of file
+pushd cicn-plugin/scripts
+bash build-package.sh
+popd