Skip to content

Commit 0700825

Browse files
author
armab
committed
Disable EWC install for unstable repos
1 parent a47144e commit 0700825

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stackstorm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
- StackStorm.st2chatops
1414
- StackStorm.st2smoketests
1515
- role: StackStorm.ewc
16-
when: ewc_license is defined and ewc_license is not none and ewc_license | length > 0
16+
when: ewc_license is defined and ewc_license is not none and ewc_license | length > 1
1717
- role: StackStorm.ewc_smoketests
18-
when: ewc_license is defined and ewc_license is not none and ewc_license | length > 0
18+
when: ewc_license is defined and ewc_license is not none and ewc_license | length > 1

0 commit comments

Comments
 (0)