From 4ac9157e0df86bd1733191a8a77e5483f1413bc2 Mon Sep 17 00:00:00 2001 From: Rosie Le Faive Date: Tue, 14 Dec 2021 10:40:27 -0400 Subject: [PATCH] Git clone main branch of sandbox for local-install-profile. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3185587a7..372851abb 100644 --- a/Makefile +++ b/Makefile @@ -371,7 +371,7 @@ local-install-profile: generate-secrets $(MAKE) pull ENVIRONMENT=local mkdir -p $(CURDIR)/codebase if [ -z "$$(ls -A $(CURDIR)/codebase)" ]; then \ - docker container run --rm -v $(CURDIR)/codebase:/home/root $(REPOSITORY)/nginx:$(TAG) with-contenv bash -lc 'git clone -b install-profile https://github.com/islandora-devops/islandora-sandbox /tmp/codebase; mv /tmp/codebase/* /home/root;'; \ + docker container run --rm -v $(CURDIR)/codebase:/home/root $(REPOSITORY)/nginx:$(TAG) with-contenv bash -lc 'git clone https://github.com/islandora-devops/islandora-sandbox /tmp/codebase; mv /tmp/codebase/* /home/root;'; \ fi $(MAKE) set-files-owner SRC=$(CURDIR)/codebase ENVIROMENT=local docker-compose up -d --remove-orphans