From 32986b73b7dd1c8866051ea06544e4140ff0d354 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Mon, 22 Jul 2019 20:23:04 -0600 Subject: [PATCH] debug --- ci/publish-book.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ci/publish-book.sh b/ci/publish-book.sh index 76ed2dbde4..ccd15a00eb 100755 --- a/ci/publish-book.sh +++ b/ci/publish-book.sh @@ -38,8 +38,11 @@ else repo=git@github.com:solana-labs/book-beta.git ;; *) - echo "--- publish skipped" - exit 0 +# echo "--- publish skipped" +# exit 0 + echo "channel is ${CHANNEL}" + echo "writing to book-edge for debugging" + repo=git@github.com:solana-labs/book-edge.git ;; esac BOOK=$CHANNEL