summaryrefslogtreecommitdiffstats
path: root/jjb/cicn/include-raw-cicn-metis-build.sh
blob: 8ff7d3c431c92f33ea3e31d96aec526ea5eda488 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash
# basic build script example
set -euxo pipefail
IFS=$'\n\t'

pushd metis/scripts
bash build-package.sh
popd