Add runner contract #1
Loading…
Reference in a new issue
No description provided.
Delete branch "d.zverev/runchain:runner"
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?
Add runner contract.
Please fix commit message to link to #1 and add sign-off
@ -0,0 +1,5 @@
module runner
Should
go.mod
be inrunner
directory?@ -0,0 +27,4 @@
controlPoints: make([]ControlPoint, 0),
}
storage.Put(ctx, runnerName, std.Serialize(runner))
It's better to use some prefix for runner names
@ -0,0 +52,4 @@
storage.Put(ctx, runnerName, std.Serialize(runner))
}
func Get(runnerName string) Runner {
It's better to add this method to safe section in config
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.