Print the output in dev null and add logs

This commit is contained in:
maurizio vitale
2020-07-03 14:43:16 +01:00
parent cd2b489100
commit b8418e6e07

View File

@@ -24,5 +24,8 @@ fi
test ! -d $OUTPUT && mkdir -p $OUTPUT test ! -d $OUTPUT && mkdir -p $OUTPUT
aws s3 cp $ARTIFACT ./s3-artifact.tmp aws s3 cp $ARTIFACT ./s3-artifact.tmp
tar -xvf ./s3-artifact.tmp -C $OUTPUT echo 'artifact download done'
tar -xvf ./s3-artifact.tmp -C $OUTPUT >&/dev/null
echo 'tar the artifact done'
rm ./s3-artifact.tmp rm ./s3-artifact.tmp
echo 'remove tmp file'