revert change copy to S3

This commit is contained in:
Eugenio Romano
2020-08-23 17:39:35 +01:00
parent 7f81499990
commit 0667ad66e0

View File

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