Skip to content

Commit f259da0

Browse files
committed
switching to pre-merged branch for workbench
1 parent 07a7c12 commit f259da0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ demo_content:
389389
# fetch repo that has csv and binaries to data/samples
390390
# if prod do this by default
391391
# if [ -d "islandora_workbench" ]; then rm -rf islandora_workbench; fi
392-
[ -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)
392+
[ -d "islandora_workbench" ] || (git clone -b new_staging --single-branch https://github.com/DonRichards/islandora_workbench)
393393
ifeq ($(shell uname -s),Linux)
394394
sed -i 's/^nopassword.*/password\: $(shell cat secrets/live/DRUPAL_DEFAULT_ACCOUNT_PASSWORD) /g' islandora_workbench/demoBDcreate*
395395
sed -i 's/http:/https:/g' islandora_workbench/demoBDcreate*

0 commit comments

Comments
 (0)