comparison lib/patchablegraph/tasks.py @ 1317:43791ec0beb2

make patchablegraph release Ignore-this: f55c9a56b052797ff23a80630714b51a darcs-hash:13fba9e748f3fdff6c0708b0e051624bf42f8cba
author drewp <drewp@bigasterisk.com>
date Mon, 22 Apr 2019 23:29:19 -0700
parents
children 94610b5263e4
comparison
equal deleted inserted replaced
1316:06cc85ef7c05 1317:43791ec0beb2
1 from invoke import task
2
3 import sys
4 sys.path.append('/my/proj/release')
5 from release import local_release
6
7 @task
8 def release(ctx):
9 local_release(ctx)