Skip to content

Commit

Permalink
Pinning to working fcrepo6 stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
dannylamb committed Feb 9, 2021
1 parent 973ef65 commit a44d36d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion sample.env
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

1 comment on commit a44d36d

@noahwsmith
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oooh does this mean you're getting close to wanting me to test this @dannylamb ?

Please sign in to comment.