progress detail in the CI log file is too verbose
This commit is contained in:
@@ -57,7 +57,7 @@ if [ ! -f "$DJGPP_FILE" ]; then
|
|||||||
#Mac
|
#Mac
|
||||||
curl -L $DJGPP_URL -o $DJGPP_FILE
|
curl -L $DJGPP_URL -o $DJGPP_FILE
|
||||||
else
|
else
|
||||||
wget --no-hsts "$DJGPP_URL"
|
wget --quiet --no-hsts "$DJGPP_URL"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@@ -72,7 +72,7 @@ if [ ! -d djgpp/cwsdpmi ]; then
|
|||||||
#Mac
|
#Mac
|
||||||
curl http://sandmann.dotster.com/cwsdpmi/csdpmi7b.zip -o csdpmi7b.zip
|
curl http://sandmann.dotster.com/cwsdpmi/csdpmi7b.zip -o csdpmi7b.zip
|
||||||
else
|
else
|
||||||
wget --no-hsts http://sandmann.dotster.com/cwsdpmi/csdpmi7b.zip
|
wget --quiet --no-hsts http://sandmann.dotster.com/cwsdpmi/csdpmi7b.zip
|
||||||
fi
|
fi
|
||||||
cd djgpp
|
cd djgpp
|
||||||
mkdir -p cwsdpmi
|
mkdir -p cwsdpmi
|
||||||
|
|||||||
Reference in New Issue
Block a user