https://github.com/uber-workflow/run-without-clone-buildkite-plugin
Buildkite plugin to skip git clone before running a command
https://github.com/uber-workflow/run-without-clone-buildkite-plugin
buildkite-plugin
Last synced: 7 days ago
JSON representation
Buildkite plugin to skip git clone before running a command
- Host: GitHub
- URL: https://github.com/uber-workflow/run-without-clone-buildkite-plugin
- Owner: uber-workflow
- License: mit
- Created: 2020-02-18T18:34:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-27T18:07:39.000Z (over 5 years ago)
- Last Synced: 2025-04-13T00:55:44.078Z (6 months ago)
- Topics: buildkite-plugin
- Language: Shell
- Homepage:
- Size: 8.79 KB
- Stars: 8
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# run-without-clone-buildkite-plugin
> Buildkite plugin to skip git clone before running a command
## Usage
```yaml
steps:
- command: 'echo hi'
plugins:
- 'uber-workflow/run-without-clone':
```