mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-25 22:46:04 +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 ..
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue