mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-07-31 02:29:55 +00:00
This reduces the binary footprint for downstream users that won't use these files anyway. Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
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
|
|
}
|