Add docker drone runner wrapper #81
Loading…
Reference in a new issue
No description provided.
Delete branch "refs/pull/81/head"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds a small sh wrapper around a drone runner docker container. The
stop
andlogs
functionality is barely better than using straight updocker, but at least it saves you from having to know any of the
implementation details.
Example usage:
5bbb3eca66
Nice tooling!