michaelsembwever commented on code in PR #282:
URL: https://github.com/apache/cassandra-website/pull/282#discussion_r1738721759


##########
site-content/process-native-protocol-specs-in-docker.sh:
##########
@@ -0,0 +1,41 @@
+#!/bin/bash
+
+# Exit immediately if a command exits with a non-zero status.
+set -e
+
+# Variables
+GO_VERSION="1.20.6"
+GO_TAR="go${GO_VERSION}.linux-amd64.tar.gz"
+GITHUB_REPO_PARSER="https://github.com/martin-sucha/cqlprotodoc.git";  # 
Replace with the actual parser repo URL

Review Comment:
   I'm hesitant to leave this pointing to a living branch.  Pinning it to a SHA 
would be safest.
   
   And am curious if we could upstream it to here… (but this can happen 
separately…)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to