File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -389,7 +389,7 @@ demo_content:
389
389
# fetch repo that has csv and binaries to data/samples
390
390
# if prod do this by default
391
391
# 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)
393
393
ifeq ($(shell uname -s) ,Linux)
394
394
sed -i 's/^nopassword.*/password\: $(shell cat secrets/live/DRUPAL_DEFAULT_ACCOUNT_PASSWORD) /g' islandora_workbench/demoBDcreate*
395
395
sed -i 's/http:/https:/g' islandora_workbench/demoBDcreate*
You can’t perform that action at this time.
0 commit comments