Peter Souter
Peter Souter
This is currently blocked by https://github.com/blom/barge/issues/18, need to implement Snapshot API stuff in barge! 👍
@zlanich Is that possible through the API? I thought each key only allows access to one team
@zlanich @mikedevita It's possible to implement this, just not sure of the UX. Any ideas appreciated? Would something like an environmental flag be good? `TUGBOAT_TEAM=developers tugboat create awesome_app_server` With a...
I'm getting the same issue: ``` uby/index.html (size) ↑ Killed Exited with code 137 Hint: Exit code 137 typically means the process is killed because it was running out of...
@rvangundy I ended up using `go3up` which caches the md5 lookup locally before running, sped up my CircleCI runs to < 5 seconds and a fraction of the memory. If...
For my usecase I'm the only pusher/owner on the repo, so I can generate a new cachefile, commit it to the repo and that covers 90% of the deploy. I...
Got a basic catch for the issue here: https://github.com/petems/doony/tree/patch-1 The logic can be extended to redirect to the paramterized build page when needed :+1:
Cool, your patch looks a lot better than mine! My JS-fu is weak :+1:
``` go version go version go1.15.4 darwin/amd64 ```
For anyone using the spotify-puppetexplorer module, @jasonhancock's temp fix can be added to the apache class pretty easily: Edit: Fixed based on @dhs-rec's comment! 😄 ``` puppet class {'::puppetexplorer': vhost_options...