scripts: comment out github releases deployment until github fixes itself
This commit is contained in:
parent
bc39b707d4
commit
b777ba9549
1 changed files with 6 additions and 4 deletions
|
@ -6,11 +6,13 @@
|
|||
|
||||
set +x
|
||||
|
||||
wget -O upload.sh "https://raw.githubusercontent.com/FWGS/uploadtool/master/upload.sh"
|
||||
chmod +x upload.sh
|
||||
# Disabled until GitHub sends prereleases to email
|
||||
|
||||
export GITHUB_TOKEN=$GH_TOKEN
|
||||
./upload.sh $*
|
||||
# wget -O upload.sh "https://raw.githubusercontent.com/FWGS/uploadtool/master/upload.sh"
|
||||
# chmod +x upload.sh
|
||||
|
||||
# export GITHUB_TOKEN=$GH_TOKEN
|
||||
# ./upload.sh $*
|
||||
|
||||
##################################
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue