Brad Rydzewski
Brad Rydzewski
this is not something I am planning to implement, however, Drone is launching support for custom runners. The community will have the ability to create a custom runner for podman....
I think we could simplify to this: ``` --- kind: pipeline name: testing platform: os: linux arch: amd64 steps: - name: test image: golang:1.11 commands: - go vet ./... -...
one blocker that I want to figure out is how we will support windows. I actually have no clue how to remote into a windows machine in a manner similar...
@tboerger would love to see a mockup of how you think the yaml could look :) I know you use compose for testing so you probably have better ideas than...
any chance you know the answer to this: > These tokens expire after just 1 hour before needing to be refreshed. We need to figure out how this impacts our...
@dim the 0.4 version of Drone removed the abstraction tier that allowed oauth1 and oauth2 to run in parallel in anticipation of Bitbuckets oauth2 support. So unfortunately it isn't quite...
this is really great @tboerger I was wondering if you could take a quick look?
sounds easy enough ... especially since Go has a gzip lib http://golang.org/pkg/compress/gzip/ I'll try to add it some time this week
sure, do you know if they have a date for when this functionality will expire so that we can prioritize such a change?
Thanks for the submission! One thing that we definitely want to highlight is how to build and publish multi-architecture images with Drone [1]. Also how to use the manifest plugin...