From 24bf4cbb761a861f2c98f7f0a703c347beb279ac Mon Sep 17 00:00:00 2001 From: "David H. Irving" Date: Thu, 1 Feb 2024 13:42:12 -0700 Subject: [PATCH] DO NOT MERGE Point the worker docker build to an updated version of the image cutout backend. This shouldn't be merged until there is a proper tag to point to in that repository --- scripts/install-worker.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/install-worker.sh b/scripts/install-worker.sh index 8bd9b61..166a699 100755 --- a/scripts/install-worker.sh +++ b/scripts/install-worker.sh @@ -25,7 +25,8 @@ set -x # alternative (no releases and no tags). mkdir /backend cd /backend -git clone --depth 1 https://github.com/lsst-dm/image_cutout_backend.git +# TODO: This should not reference a ticket branch.. +git clone --depth 1 -b tickets/DM-42191 https://github.com/lsst-dm/image_cutout_backend.git cd image_cutout_backend setup -r . scons install declare -t current