Currently on drone-0.8
Having a repo with hooks for Push and PR. Builds with Push build fine, uploads work and build errors are notified on slack.
However with the PR the s3 and slack plugins seem to fail somehow.
Same configuration for the PR we see with s3:
time="2018-01-29T14:19:12Z" level=info msg="Attempting to upload" bucket=nrcbuilds endpoint= region=eu-west-1
time="2018-01-29T14:19:12Z" level=error msg="Could not match files" error="file does not exist"
file does not exist
I made the necessary changes to our provisioning and the slack messages now are sent using the secret. However the s3 plugin still gives the same error:
time="2018-01-30T09:19:35Z" level=info msg="Attempting to upload" bucket=nrcbuilds endpoint= region=eu-west-1
time="2018-01-30T09:19:35Z" level=error msg="Could not match files" error="file does not exist"
file does not exist