From b005c9489cd33f4705b29312423f4cf122a0518c Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sun, 21 Nov 2021 17:57:44 -0600 Subject: [PATCH 1/2] Comment git pull bit For better CI integration --- site/bin/publish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/bin/publish.sh b/site/bin/publish.sh index 435549e..3797094 100755 --- a/site/bin/publish.sh +++ b/site/bin/publish.sh @@ -17,7 +17,7 @@ done shift $((OPTIND - 1)) # git pull the site from the repo -git -C "$SITE_DIR" pull || exit 3 +#git -C "$SITE_DIR" pull || exit 3 # update data in the site BREADSITE_DATA_DIR="$SITE_DIR/static/" "$SCRIPT_DIR/update-data.sh" # publish the site From 61fd3a6f6b1dc4890745414238c65abeb0fe1703 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 22 Nov 2021 21:02:44 -0600 Subject: [PATCH 2/2] Comment out lib.sh sourcing --- bread/bin/bread | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bread/bin/bread b/bread/bin/bread index f9e297d..28d9b64 100755 --- a/bread/bin/bread +++ b/bread/bin/bread @@ -6,7 +6,7 @@ : "${BREADDOCS:=/bread/docs}" #shellcheck disable=1091 -. /bread/site/lib.sh +#. /bread/site/lib.sh groupck() {