From 29fe818b12dcba535e31bbd0ad9dae54ffdc0b6b Mon Sep 17 00:00:00 2001 From: David Boreham Date: Fri, 12 Aug 2022 11:27:41 -0600 Subject: [PATCH] Initial deploy script --- build-containers.py | 1 + pip-stuff.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/build-containers.py b/build-containers.py index ec3a31a5..388a68a3 100644 --- a/build-containers.py +++ b/build-containers.py @@ -52,6 +52,7 @@ def process_container(container): if not args.dry_run: # We need to export VULCANIZE_REPO_BASE_DIR build_result = subprocess.run(build_script_filename, shell=True, env={'VULCANIZE_REPO_BASE_DIR':dev_root_path}) + # TODO: check result in build_result.returncode print(f"Result is: {build_result}") for container in containers: diff --git a/pip-stuff.sh b/pip-stuff.sh index b801f7c2..4d500afc 100644 --- a/pip-stuff.sh +++ b/pip-stuff.sh @@ -3,3 +3,4 @@ python -m pip install --upgrade pip pip install python-decouple pip install gitpython pip install tqdm +pip install python-on-whales