Skip to content

Commit

Permalink
DO NOT MERGE
Browse files Browse the repository at this point in the history
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
  • Loading branch information
dhirving committed Feb 2, 2024
1 parent ff65b68 commit 24bf4cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/install-worker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 24bf4cb

Please sign in to comment.