Put cronjobs in order
[infra/cicd.git] / jjb / onap / verify-policy-csit.sh
1 #!/bin/bash
2 set -o errexit
3 set -o nounset
4 set -o pipefail
5
6 cd $WORKSPACE
7 echo "Info: Clone policy docker to get acces to csit execution"
8 git clone "https://gerrit.nordix.org/onap/policy/docker" csitdocker
9 cd csitdocker
10 echo "check what images are available"
11 docker images
12 export WORKSPACE=$PWD
13 echo "run the tests for $CSIT_NAME" 
14 csit/run-k8s-csit.sh install $CSIT_NAME true