aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/common/include-agl-skipmaster.sh
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/common/include-agl-skipmaster.sh')
-rw-r--r--jjb/common/include-agl-skipmaster.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/jjb/common/include-agl-skipmaster.sh b/jjb/common/include-agl-skipmaster.sh
new file mode 100644
index 00000000..107a961a
--- /dev/null
+++ b/jjb/common/include-agl-skipmaster.sh
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+# Do not execute on master branch (new appfw)
+if test x"master" = x"${GERRIT_BRANCH}" ; then
+exit 0
+fi