move source download from package-all.sh for Travis
This commit is contained in:
@@ -98,13 +98,6 @@ echo "Creating packages..."
|
||||
fi
|
||||
) &
|
||||
|
||||
(
|
||||
echo "Downloading source code packages from GitHub."
|
||||
curl -s -L -o "$OUTPUTDIR/$TAG.tar.gz" "https://github.com/OpenRA/OpenRA/archive/$TAG.tar.gz"
|
||||
if [ $? -ne 0 ]; then
|
||||
echo "Source code package download failed."
|
||||
fi
|
||||
) &
|
||||
wait
|
||||
echo "Package build done."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user