From 263eff7fbdf55211e055ed3d367890cb9f581ffc Mon Sep 17 00:00:00 2001 From: Sergei Ryabkov Date: Thu, 25 Apr 2019 11:08:57 -0400 Subject: [PATCH] fix the placement of the note --- runatlantis.io/docs/custom-workflows.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/runatlantis.io/docs/custom-workflows.md b/runatlantis.io/docs/custom-workflows.md index 45667ff9f..2892df90b 100644 --- a/runatlantis.io/docs/custom-workflows.md +++ b/runatlantis.io/docs/custom-workflows.md @@ -327,5 +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. +::: +