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

Cascade status from the build #1

Open
gboddin opened this issue May 18, 2018 · 0 comments
Open

Cascade status from the build #1

gboddin opened this issue May 18, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@gboddin
Copy link
Owner

gboddin commented May 18, 2018

Cascading status from the build would allow for failure scenario to be much easier :

pipeline:
  # Simple context
  set-commit-status:
    image: gboo/github-status
    secrets: [ github_token ]
-   state: success
+   when:
+    status: [ success, failure ]
    context: drone/subtest/test21
@gboddin gboddin added the enhancement New feature or request label May 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant