---
name: "Skip clone"
description: "Skips git clone before running command."
author: "uber-workflow"
repo: "run-without-clone-buildkite-plugin"
stars: 8
official: false
---

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