Skip to content

Commit

Permalink
Fixing spacing in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
msarvar committed Dec 14, 2020
1 parent d2cc945 commit 9f3dcec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions runatlantis.io/docs/pre-workflow-hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ right before Atlantis can parse it.
```yaml
repos:
- id: /.*/
pre_workflow_hooks:
- run: ./repo-config-genarator.sh
pre_workflow_hooks:
- run: ./repo-config-genarator.sh
```
### Reference
#### Custom `run` Command
Expand Down
5 changes: 2 additions & 3 deletions runatlantis.io/docs/server-side-repo-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,8 @@ custom workflows, you can create a `pre-workflow-hooks`:
repos:
- id: /.*/
pre_workflow_hooks:
- run: my custom command
- run: |
- run: my custom command
- run: |
my bash script inline
```
See [Pre Workflow Hooks](pre-workflow-hooks.html) for more details on writing
Expand Down

0 comments on commit 9f3dcec

Please sign in to comment.