You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"If true, deletes downloaded repository archives after executing batch spec steps. Note that only the archives related to the actual repositories matched by the batch spec will be cleaned up, and clean up will not occur if src exits unexpectedly.",
147
153
)
148
154
149
-
flagSet.BoolVar(
150
-
&caf.skipErrors, "skip-errors", false,
151
-
"If true, errors encountered while executing steps in a repository won't stop the execution of the batch spec but only cause that repository to be skipped.",
152
-
)
153
-
154
155
flagSet.StringVar(
155
156
&caf.workspace, "workspace", "auto",
156
157
`Workspace mode to use ("auto", "bind", or "volume")`,
0 commit comments