StackStorm / st2-packages

StackStorm deb/rpm packages (automated docker build pipeline)
https://stackstorm.com/
27 stars 59 forks source link

Fix PPA check else #691

Closed amanda11 closed 3 years ago

amanda11 commented 3 years ago

When the insecure_ppa flag was set, it was skipping the install of deadsnakes ppa, due to incorrect else condition

amanda11 commented 3 years ago

Related to https://github.com/StackStorm/discussions/issues/66

Kami commented 3 years ago

We should hook up shell check or something like that to those scripts - I imagine shell check should be able to catch such error automatically.