aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/common/include-agl-skipmaster.sh
blob: 107a961ab1b026c9706912412e2414bcfca084d0 (plain)
1
2
3
4
5
6
#!/bin/bash

# Do not execute on master branch (new appfw)
if test x"master" = x"${GERRIT_BRANCH}" ; then
exit 0
fi