Skip to content

Commit

Permalink
switching to pre-merged branch for workbench
Browse files Browse the repository at this point in the history
  • Loading branch information
noahwsmith committed May 11, 2022
1 parent 07a7c12 commit f259da0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ demo_content:
# fetch repo that has csv and binaries to data/samples
# if prod do this by default
# if [ -d "islandora_workbench" ]; then rm -rf islandora_workbench; fi
[ -d "islandora_workbench" ] || (git clone -b staging --single-branch https://github.com/DonRichards/islandora_workbench && cd islandora_workbench && git remote add upstream https://github.com/mjordan/islandora_workbench.git && git pull --no-edit upstream main)
[ -d "islandora_workbench" ] || (git clone -b new_staging --single-branch https://github.com/DonRichards/islandora_workbench)
ifeq ($(shell uname -s),Linux)
sed -i 's/^nopassword.*/password\: $(shell cat secrets/live/DRUPAL_DEFAULT_ACCOUNT_PASSWORD) /g' islandora_workbench/demoBDcreate*
sed -i 's/http:/https:/g' islandora_workbench/demoBDcreate*
Expand Down

0 comments on commit f259da0

Please sign in to comment.