diff lib/mqtt_client/tasks.py @ 554:2c4e8ef57f08

mqtt_client into a distributable Ignore-this: 8c99f2f6220b55e32df3349d02f725c7
author drewp@bigasterisk.com
date Tue, 30 Apr 2019 23:37:25 -0700
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/lib/mqtt_client/tasks.py	Tue Apr 30 23:37:25 2019 -0700
@@ -0,0 +1,9 @@
+from invoke import task
+
+import sys
+sys.path.append('/my/proj/release')
+from release import local_release
+
+@task
+def release(ctx):
+    local_release(ctx)