Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pkg/cip: Use --no-dry-run instead of --dry-run #1806

Merged
merged 1 commit into from
Nov 30, 2020

Commits on Nov 30, 2020

  1. pkg/cip: Use --no-dry-run instead of --dry-run

    Similar to our `--nomock` flags for other tools, we should use a
    `--no-dry-run` for `cip`, since the default nil value for booleans is
    `false`.
    
    Meaning: If `--dry-run` is not explicitly set to `true`, our tooling will
    initiate an image promotion.
    
    Signed-off-by: Stephen Augustus <saugustus@vmware.com>
    justaugustus committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    7b1dd7e View commit details
    Browse the repository at this point in the history