Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Commit

Permalink
build(Netlify): remove --show-progrss as not supported
Browse files Browse the repository at this point in the history
  • Loading branch information
CanRau committed Feb 13, 2019
1 parent ffcc1cd commit 9733af4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ if [ ! -d "$GAIAMA_CACHE_DIR" ]; then
mkdir -p $GAIAMA_CACHE_DIR
echo "Created cache directory"
echo "Fetching content.."
wget --show-progrss -qO $GAIAMA_CONTENT_TAR $GAIAMA_CONTENT_URL
# --show-progrss doesnt' work on Netlify CI
wget -qO $GAIAMA_CONTENT_TAR $GAIAMA_CONTENT_URL
echo "Content successfully fetched"
fi

Expand Down

0 comments on commit 9733af4

Please sign in to comment.