Skip to content

Instantly share code, notes, and snippets.

View techdiverdown's full-sized avatar

KettlebellMaster techdiverdown

View GitHub Profile
@techdiverdown
techdiverdown / Orquesta Stackstorm error example
Last active November 5, 2019 16:35
Orquesta stackstorm workflow failure path example
tasks:
start:
action: core.echo message="Automation Started....."
next:
- when: <% succeeded() %>
do: validate_input
- when: <% failed() %>
publish:
- error:
error_code: 500
@techdiverdown
techdiverdown / ubuntu pycurl fix
Last active November 5, 2019 16:36
Pycurl fails to install on ubuntu
apt-cache depends python-pycurl
sudo apt-get install libcurl4-gnutls-dev
sudo apt-get install pycurl
sudo apt-get install libgnutls-dev
retry if still getting error, try this
apt-cache search gnutls | grep dev
install any missing packages