Update release-bundle.sh script: Can not build ppc64le version because

OpenPower Minicloud is having emergency maintenance.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2021-02-24 19:37:51 +02:00
parent 1276b23817
commit 799ae886c5

View file

@ -5,13 +5,18 @@ sudo apt-get -y install parallel
cd ~/repos/wekan/.build
zip -r wekan-$1.zip bundle
# Can not build ppc64le version because
# OpenPower Minicloud is having
# emergency maintenance.
# scp wekan-$1.zip o:/home/ubuntu/
# echo "Bundle uploaded to x2/a/s/o."
{
scp wekan-$1.zip x2:/var/snap/wekan/common/releases.wekan.team/
scp wekan-$1.zip a:/home/wekan/repos/
scp wekan-$1.zip s:/home/linux1/
scp wekan-$1.zip o:/home/ubuntu/
} | parallel -k
cd ..
echo "Bundle uploaded to x2/a/s/o."
echo "Bundle uploaded to x2/a/s."