Skip to content

Commit

Permalink
Remove verbose in untar ing
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoPolo committed May 18, 2022
1 parent cdaad80 commit ff4c9cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
if [[ "$HOST_OS" == "windows" ]]; then
unzip go;
else
tar -xzvf go.tar.gz;
tar -xzf go.tar.gz;
fi
echo 'export PATH=$HOME/go/bin:$PATH' >> $BASH_ENV
Expand Down

0 comments on commit ff4c9cf

Please sign in to comment.