Merge "security scan: Add example job for scanning python files"
[releng.git] / jjb / fuel / fuel-plugin-build.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!"