no need to log contents of zip files
This commit is contained in:
parent
d738b404ca
commit
c357a0158d
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ fi
|
|||
|
||||
cd $BASE_DIR
|
||||
curl -L https://github.com/vector-im/riot-web/archive/${RIOT_BRANCH}.zip --output riot.zip
|
||||
unzip riot.zip
|
||||
unzip -q riot.zip
|
||||
rm riot.zip
|
||||
mv riot-web-${RIOT_BRANCH} riot-web
|
||||
cd riot-web
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue