mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-29 12:19:03 +03:00
Reinstated the check for being on the master branch to enable uploading the packages
This commit is contained in:
parent
4c74f29b5f
commit
b11661f4c0
1 changed files with 2 additions and 2 deletions
|
@ -92,7 +92,7 @@ for distribution in xenial artful bionic stable; do
|
||||||
cd ..
|
cd ..
|
||||||
done
|
done
|
||||||
|
|
||||||
#if test "${pull_request}" = "master"; then
|
if test "${pull_request}" = "master"; then
|
||||||
kind=`cat kind`
|
kind=`cat kind`
|
||||||
|
|
||||||
if test "$kind" = "beta"; then
|
if test "$kind" = "beta"; then
|
||||||
|
@ -121,4 +121,4 @@ done
|
||||||
cd ${OBS_SUBDIR}
|
cd ${OBS_SUBDIR}
|
||||||
osc commit -m "Travis update"
|
osc commit -m "Travis update"
|
||||||
fi
|
fi
|
||||||
#fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue