package
Version:
v0.0.6
Opens a new window with list of versions in this module.
Published: Feb 16, 2025
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type CacheConfig struct {
Key string `yaml:"key"`
Paths []string `yaml:"paths"`
}
type StageConfig struct {
Image string `yaml:"image"`
Script []string `yaml:"script"`
Stage string `yaml:"stage"`
Workdir string `yaml:"workdir,omitempty"`
Variables map[string]string `yaml:"variables,omitempty"`
Cache CacheConfig `yaml:"cache,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.