Dear,
command --exclude not working in bitbucketpipelines/aws-s3-deploy.
Please fix it.
Hi @zeka035 ,
Thank you for your feedback!
Could you provide us with more details of usage "--exclude", please?
Have you tried it as "--exclude=filename"?
I think there is a problem with filename expansion using signle asterisk like: "--exclude *" where asterisk is replaced with files match glob, but should be passed unchanged. Any escaping with \" or "--exclude '*'" doesn't work because qutoas and backslash are passed as a value to AWS SYNC ommand and failed with unrecognized files like:
/opt/atlassian/pipelines/agent/build/'*'
/opt/atlassian/pipelines/agent/build/"*"
/opt/atlassian/pipelines/agent/build/\*
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.