less talkative caching (#6025)

This commit is contained in:
Denys Vuika
2020-08-18 11:55:21 +01:00
committed by GitHub
parent c96f57d1c6
commit 84ad0028ba

View File

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