Reinstated the check for being on the master branch to enable uploading the packages

This commit is contained in:
István Váradi 2018-02-02 18:57:51 +01:00
parent 4c74f29b5f
commit b11661f4c0

View file

@ -92,7 +92,7 @@ for distribution in xenial artful bionic stable; do
cd ..
done
#if test "${pull_request}" = "master"; then
if test "${pull_request}" = "master"; then
kind=`cat kind`
if test "$kind" = "beta"; then
@ -121,4 +121,4 @@ done
cd ${OBS_SUBDIR}
osc commit -m "Travis update"
fi
#fi
fi