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?
- Host: GitHub
- URL: https://github.com/compono/is-the-last-commit-buildkite-plugin
- Owner: compono
- Created: 2021-11-16T03:00:53.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-16T06:14:33.000Z (over 4 years ago)
- Last Synced: 2025-01-25T12:27:57.477Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`