mirror of
https://gitea.com/gitea/runner.git
synced 2026-08-28 06:47:45 +00:00
initial load of yaml working
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package runner
|
||||
|
||||
type environmentApplier interface {
|
||||
applyEnvironment(map[string]string)
|
||||
}
|
||||
Reference in New Issue
Block a user