scripts: comment out github releases deployment until github fixes itself

This commit is contained in:
Alibek Omarov 2019-09-29 18:39:33 +03:00
parent bc39b707d4
commit b777ba9549
1 changed files with 6 additions and 4 deletions

View File

@ -6,11 +6,13 @@
set +x set +x
wget -O upload.sh "https://raw.githubusercontent.com/FWGS/uploadtool/master/upload.sh" # Disabled until GitHub sends prereleases to email
chmod +x upload.sh
export GITHUB_TOKEN=$GH_TOKEN # wget -O upload.sh "https://raw.githubusercontent.com/FWGS/uploadtool/master/upload.sh"
./upload.sh $* # chmod +x upload.sh
# export GITHUB_TOKEN=$GH_TOKEN
# ./upload.sh $*
################################## ##################################
# #