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

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

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':
```