From a44d36db37de03df244d2447f57a145aa3f40679 Mon Sep 17 00:00:00 2001 From: dannylamb Date: Tue, 9 Feb 2021 13:51:25 -0400 Subject: [PATCH] Pinning to working fcrepo6 stuff --- Makefile | 2 +- sample.env | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 51404a5d3..f866958ba 100644 --- a/Makefile +++ b/Makefile @@ -344,7 +344,7 @@ local: docker-compose exec drupal with-contenv bash -lc 'composer install; chown -R nginx:nginx .' $(MAKE) remove_standard_profile_references_from_config ENVIROMENT=local $(MAKE) install ENVIRONMENT=local - docker-compose exec drupal with-contenv bash -lc 'drush en islandora search_api_solr' + docker-compose exec drupal with-contenv bash -lc 'drush -y en islandora search_api_solr' $(MAKE) hydrate ENVIRONMENT=local $(MAKE) set-files-owner SRC=$(CURDIR)/codebase ENVIROMENT=local diff --git a/sample.env b/sample.env index 9ac5b4122..f04e888a2 100644 --- a/sample.env +++ b/sample.env @@ -57,7 +57,7 @@ REPOSITORY=islandora # The version of the isle-buildkit images, non isle-buildkit images have # their versions specified explicitly in their respective docker-compose files. -TAG=latest +TAG=6055ade254a50f7711790b88ff6c5084a19fb765 ############################################################################### # Global Environment variables