debug
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user