Problem with rally_sanity results
[releng.git] / jjb / fuel / fuel-build-exp.sh
1 #!/bin/bash
2
3 if [[ "$JOB_NAME" =~ (verify|merge|daily|weekly) ]]; then
4     JOB_TYPE=${BASH_REMATCH[0]}
5 else
6     echo "Unable to determine job type!"
7     exit 1
8 fi
9
10 echo "Not activated!"