kayx23 commented on code in PR #11160:
URL: https://github.com/apache/apisix/pull/11160#discussion_r1577079374
##########
docs/en/latest/building-apisix.md:
##########
@@ -54,7 +54,7 @@ APISIX_VERSION='3.9.0'
Then, you can run the following command to clone the APISIX source code from
Github:
```shell
-git clone --depth 1 --branch ${APISIX_VERSION}
https://github.com/apache/apisix.git apisix-${APISIX_VERSION}
+git clone --depth 1 --branch master https://github.com/apache/apisix.git
apisix-${APISIX_VERSION}
Review Comment:
So what's the verdict here? `APISIX_VERSION` is removed in this change but
it is still set in the step above. @nitishfy

--
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]