Skip to content

Commit

Permalink
Merge pull request #235 from StackStorm/fix/ewc_license-conditional
Browse files Browse the repository at this point in the history
Fix 'ewc_license' conditional check in stackstorm.yml example play
  • Loading branch information
armab authored Apr 8, 2019
2 parents 642dd8f + abdc633 commit 72c96a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stackstorm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
- StackStorm.st2chatops
- StackStorm.st2smoketests
- role: StackStorm.ewc
when: ewc_license is defined and ewc_license | length > 0
when: ewc_license is defined and ewc_license is not none and ewc_license | length > 0
- role: StackStorm.ewc_smoketests
when: ewc_license is defined and ewc_license | length > 0
when: ewc_license is defined and ewc_license is not none and ewc_license | length > 0

0 comments on commit 72c96a7

Please sign in to comment.