An open API service indexing awesome lists of open source software.

https://github.com/compono/is-the-last-commit-buildkite-plugin

Is the BUILDKITE_COMMIT the latest commit of BUILDKITE_BRANCH?
https://github.com/compono/is-the-last-commit-buildkite-plugin

Last synced: about 1 month ago
JSON representation

Is the BUILDKITE_COMMIT the latest commit of BUILDKITE_BRANCH?

Awesome Lists containing this project

README

          

# IS THE COMMIT THE LAST COMMIT IN THE BRANCH?

```
steps:
- label: "Run something"
commands: "do_something"
plugins:
- https://github.com/runlevel5/is-the-last-commit-buildkite-plugin.git: ~
```

If the `BUILDKITE_COMMIT` is not the last commit of `BUILDKITE_BRANCH`, the plugin would `exit 1`