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

Scripts: exit error code 1 when status value is null #42396

Merged
merged 4 commits into from Jul 14, 2022

Commits on Jul 13, 2022

  1. handle case when status is null

    this commit is done to fix pipeline exit in case of failure. status value
    is `null` in case of failure
    amustaque97 committed Jul 13, 2022
    Copy the full SHA
    c9b3899 View commit details
    Browse the repository at this point in the history
  2. fix OR condition

    amustaque97 committed Jul 13, 2022
    Copy the full SHA
    26fcd74 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    3320451 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. Update CHANGELOG.md

    gziolo committed Jul 14, 2022
    Copy the full SHA
    4821448 View commit details
    Browse the repository at this point in the history