This commit is contained in:
Dan Albert
2019-07-22 20:23:04 -06:00
parent 33ab240755
commit 32986b73b7

View File

@ -38,8 +38,11 @@ else
repo=git@github.com:solana-labs/book-beta.git repo=git@github.com:solana-labs/book-beta.git
;; ;;
*) *)
echo "--- publish skipped" # echo "--- publish skipped"
exit 0 # exit 0
echo "channel is ${CHANNEL}"
echo "writing to book-edge for debugging"
repo=git@github.com:solana-labs/book-edge.git
;; ;;
esac esac
BOOK=$CHANNEL BOOK=$CHANNEL