diff lib/devices_shared/tasks.py @ 533:bb6b4988dd75

make devices_shared into lib Ignore-this: 9c4c0c05413eb2660312862ecc5a743b
author drewp@bigasterisk.com
date Thu, 25 Apr 2019 17:22:39 -0700
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/lib/devices_shared/tasks.py	Thu Apr 25 17:22:39 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)