disable verbose logging for tar

This commit is contained in:
Denys Vuika
2020-08-18 12:17:49 +01:00
parent 84ad0028ba
commit 17718a5db9
2 changed files with 3 additions and 3 deletions

View File

@@ -22,6 +22,6 @@ then
exit 1
fi
tar cvfj ./s3-artifact.tmp -C $ARTIFACT >&/dev/null
tar cfj ./s3-artifact.tmp -C $ARTIFACT >&/dev/null
aws s3 cp ./s3-artifact.tmp $OUTPUT
rm ./s3-artifact.tmp