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

_lifecycle ignore previous build failure during install #1280

Merged
merged 1 commit into from May 28, 2020

Commits on May 28, 2020

  1. _lifecycle ignore previous build failure during install

    When a chaincode build previously failed while installing the
    chaincode, _lifecycle should ignore the cached error and attempt
    to rebuild the chaincode. This is because we should assume the
    end user knows something about why the build may succeed on retry
    if they're reattempting an install.
    
    Also, update integration tests to not care about exit status of
    chaincode installs (since reinstalls now error).
    
    FAB-17907
    
    Signed-off-by: Will Lahti <wtlahti@us.ibm.com>
    wlahti committed May 28, 2020
    Configuration menu
    Copy the full SHA
    bce6214 View commit details
    Browse the repository at this point in the history