Update rsync_xfer.sh
This commit is contained in:
parent
fd8aa62927
commit
ebe7c21984
|
@ -17,7 +17,7 @@ done
|
||||||
if [ "${TRAVIS_EVENT_TYPE}" == "cron" ]; then
|
if [ "${TRAVIS_EVENT_TYPE}" == "cron" ]; then
|
||||||
|
|
||||||
if [ "${OS}" == "debian" ] || [ "${OS}" == "ubuntu" ]; then
|
if [ "${OS}" == "debian" ] || [ "${OS}" == "ubuntu" ]; then
|
||||||
targetfolder="debian"
|
targetfolder="debian/master/mini-dinstall/incoming"
|
||||||
else
|
else
|
||||||
targetfolder="travis"
|
targetfolder="travis"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue