Check for signed variable (#8682)

* Check for signed variable

* Check for signed

* use variable syntax

* Signed has to be upper case
This commit is contained in:
Amir Omidi
2019-12-16 12:25:22 -08:00
committed by GitHub
parent f45374bc30
commit 5a01218691
2 changed files with 4 additions and 1 deletions

View File

@@ -129,6 +129,7 @@ steps:
}
]
SessionTimeout: 20
condition: and(succeeded(), eq(variables['signed'], true))
- script: |
set -e