SkyeYoung commented on code in PR #12683:
URL: https://github.com/apache/apisix/pull/12683#discussion_r2438257008
##########
t/cli/test_admin_ui.sh:
##########
@@ -31,6 +31,22 @@ if [ ! $? -eq 0 ]; then
exit 1
fi
+# build apisix-dashboard
+corepack enable pnpm
+
+## prepare apisix-dashboard source code
+source .requirements
+git clone --revision=${APISIX_DASHBOARD_COMMIT} --depth 1
https://github.com/apache/apisix-dashboard.git
+pushd apisix-dashboard
+
Review Comment:
https://git-scm.com/docs/git-clone#Documentation/git-clone.txt---revisionrev
wrong
--
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]