Skip to content

Commit

Permalink
Merge pull request #607 from sryabkov/patch-1
Browse files Browse the repository at this point in the history
Update custom-workflows.md
  • Loading branch information
lkysow authored Apr 25, 2019
2 parents 993f8d8 + 263eff7 commit 3fee254
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions runatlantis.io/docs/custom-workflows.md
Original file line number Diff line number Diff line change
Expand Up @@ -327,4 +327,6 @@ the terraform run) when its output is redirected to a different location. For ex
will execute a custom script containing the following code to create a SSH tunnel correctly:
`ssh -f -M -S /tmp/ssh_tunnel -L 3306:database:3306 -N bastion 1>/dev/null 2>&1`. Without
the redirect, the script would block the Atlantis workflow.
* If a workflow step returns a non-zero exit code, the workflow will stop.
:::

0 comments on commit 3fee254

Please sign in to comment.