github.com/yasker/longhorn-engine@v0.0.0-20160621014712-6ed6cfca0729/scripts/ci (about) 1 #!/bin/bash 2 set -e 3 4 cd $(dirname $0) 5 6 ./build 7 ./test 8 ./validate 9 ./integration-test 10 ./package