Remove master branch at request of deb_dpdk committers
[ci-management.git] / jjb / ci-management / include-raw-merge-zuul.sh
1 #!/bin/bash
2
3 # vi: sw=4 ts=4 sts=4 et :
4
5 cd "${WORKSPACE}/zuul"
6 /usr/bin/diff layout.yaml /etc/zuul/layout.yaml
7 RET=$?
8 if [ "${RET}" -ne '0' ]
9 then
10     echo
11     echo 'Zuul layouts differ, updating layout and reloading zuul'
12     echo
13     /usr/bin/sudo /usr/bin/cp layout.yaml /etc/zuul/layout.yaml
14     /usr/bin/sudo /usr/bin/systemctl reload zuul
15 fi
16