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
fix(ci): convert ci is failing due to perms (#439)
* fix(convert): expose docker vols are substituted args
Currently, docker vols are mapped 1:1 between host and container, which
is probably not we want. Now, they will be exposed as substituted vars.
Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
* chore(go.mod): update cli to github.com/urfave/cli/v2
Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
* fix(cli): "--substitute" args have priority over "--substitute-file"
Args substitution can happen via "--substitute" and "--substitute-file",
so behavior can become unpredictable.
Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
---------
Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
0 commit comments