Skip to content

Commit

Permalink
Disable release on sourceforge
Browse files Browse the repository at this point in the history
  • Loading branch information
yashdsaraf committed Apr 9, 2018
1 parent d422452 commit 9c6900c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions scripts/readytorock.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@ else
./createtgz.sh
fi
./mkzip.sh
if [[ $TRAVIS_BRANCH == "master" ]]
then
./sourceforge-release.py
fi
# TODO: Find another mirror, builds are failing due to sourceforge
# if [[ $TRAVIS_BRANCH == "master" ]]
# then
# ./sourceforge-release.py
# fi
echo "Files to deploy --"
ls -lh ../installers/out/*

0 comments on commit 9c6900c

Please # to comment.