view lib/patchablegraph/tasks.py @ 668:aaabba10ce04

try using tcp to talk to host pulse Ignore-this: 330703f97be6f3e3490d0d1fb1c8f90f
author drewp@bigasterisk.com
date Sat, 21 Dec 2019 16:01:25 -0800
parents 495f573af4f4
children 94610b5263e4
line wrap: on
line source

from invoke import task

import sys
sys.path.append('/my/proj/release')
from release import local_release

@task
def release(ctx):
    local_release(ctx)