This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
Guillaume Coguiec bd0f276d30
typo: Fix some minor typos.
Signed-off-by: Guillaume Coguiec <guillaume@logical.work>
2022-02-07 21:10:25 -05:00

20 lines
276 B
CUE

@if(fullop)
package op
// Full resolution schema enforcing the complete op spec
#Op: (#Export |
#FetchContainer |
#PushContainer |
#FetchGit |
#FetchHTTP |
#Exec |
#Local |
#Copy |
#Load |
#Subdir |
#Workdir |
#WriteFile |
#Mkdir |
#DockerBuild) & {do: string}