diff lib/devices_shared/tasks.py @ 1336:7993c7bcd04a

make devices_shared into lib Ignore-this: 9c4c0c05413eb2660312862ecc5a743b darcs-hash:b6eb09e457a7e8c49a9399a463a3ef64e1bae123
author drewp <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)