mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
less talkative caching (#6025)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user