Mercurial > code > home > repos > patchablegraph
diff tasks.py @ 24:1eac25669333
rm some docker browser demo code that i'm not going to port
author | drewp@bigasterisk.com |
---|---|
date | Sat, 23 Apr 2022 23:48:55 -0700 |
parents | 506f6941a38c |
children |
line wrap: on
line diff
--- a/tasks.py Sat Apr 23 23:45:45 2022 -0700 +++ b/tasks.py Sat Apr 23 23:48:55 2022 -0700 @@ -7,18 +7,3 @@ @task def release(ctx): local_release(ctx) - -@task -def browser_test_build(ctx): - ctx.run(f'docker build --network=host -t bang5:5000/patchable_graph_browser_test .') - -@task(pre=[browser_test_build]) -def browser_test(ctx): - ctx.run(f'docker run ' - f'--name patchable_graph_browser_test ' - f'--rm -it ' - f'--net=host ' - f'-v `pwd`:/opt ' - f'bang5:5000/patchable_graph_browser_test ' - f'/bin/bash', #f'python3 browser_test.py', - pty=True)