Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitor Gomes committed Jun 25, 2020
1 parent ff359a9 commit a04ff8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ EOF

# Sync using our dedicated profile and suppress verbose messages.
# All other flags are optional via the `args:` directive.
sh -c "aws s3 rm s3://${AWS_S3_BUCKET}/${DEST_DIR} \
sh -c "aws s3 rm s3://${AWS_S3_BUCKET}/${DEST_DIR}/ \
--profile s3-rm-action \
${ENDPOINT_APPEND} $*"

Expand Down

0 comments on commit a04ff8b

Please sign in to comment.