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

fix(aws-cdk): report and continue on git errors #587

Merged
merged 3 commits into from
Aug 17, 2018

Commits on Aug 16, 2018

  1. fix(aws-cdk): report and continue on git errors

    Don't stop the 'cdk init' process if there's a problem with 'git
    init/add/commit'. Instead, report an error and continue.
    
    This makes sure 'cdk init' doesn't break for people with custom git
    setups.
    
    Fixes #530.
    Rico Huijbers committed Aug 16, 2018
    Configuration menu
    Copy the full SHA
    7672e2f View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2018

  1. Add tests on cliInit to get the coverage up

    Rico Huijbers committed Aug 17, 2018
    Configuration menu
    Copy the full SHA
    8c04680 View commit details
    Browse the repository at this point in the history
  2. Turn error into warning

    Rico Huijbers committed Aug 17, 2018
    Configuration menu
    Copy the full SHA
    7bc9946 View commit details
    Browse the repository at this point in the history