seebees
seebees
What I'm finding when using `gaze` `/random/path$./my/program /path/to/some/files/**/*js` will not alert on new files being added however `/path/to/some/files$/random/path/my/program **/*js` will alert on new files being added N.B. to the left...
I think I understand. How do I pass a base for the pattern to operate properly? Or is `cwd` the only way?
Ok. I see it [here](https://github.com/shama/gaze/blob/da8dd18ce49fde1d9f4ce92bda3117f0173d0d05/lib/gaze.js#L4). The npm and README documentation needs to be updated. If I get time I'll give you a PR. But... When I test this I see...
can confirm in 0.10.25. If the file is within the watch pattern e.g. `**/*.log` and you `mv asdf.log qwer.log` you will receive a `deleted` event followed by a `rename`. I...
I think that this should go into a separate issue. CodeBuild has a lot of options for source delivery, and I want to try and balance completeness with ease of...
CodeBuild pushes the artifacts to S3. So to pull artifacts, I think something around S3 would be the way to go.
This could be accomplished by pushing a change to the package.json file and then having the bot/action push the change to the package-lock.json file to the PR...
@robin-aws Yes, it will echo each build in the batch. It would be good to get some feedback on that part as for _large_ batches this can get very long....
I had an existing workflow and I needed to add `configure-aws-credentials` to it. So I copied the cloud formation template and ran that in a test account, and then copied...
Feel free to change that code in any way. That was just a quick suggestion :)