Skip to content

Commit

Permalink
init commit
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdothtml committed Feb 18, 2020
0 parents commit afe49e0
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
@@ -0,0 +1,12 @@
# 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':
```
3 changes: 3 additions & 0 deletions hooks/checkout
@@ -0,0 +1,3 @@
#!/bin/bash

echo "[Run Without Clone Plugin] - Skipping git checkout"
3 changes: 3 additions & 0 deletions plugin.yml
@@ -0,0 +1,3 @@
name: Skip clone
description: Skips git clone before running command
author: https://github.com/uber-workflow

0 comments on commit afe49e0

Please sign in to comment.