mirror of https://github.com/k3s-io/k3s
8 lines
140 B
Go
8 lines
140 B
Go
|
// +build no_stage
|
||
|
|
||
|
package deploy
|
||
|
|
||
|
func Stage(dataDir string, templateVars map[string]string, skips map[string]bool) error {
|
||
|
return nil
|
||
|
}
|