membphis commented on a change in pull request #3484:
URL: https://github.com/apache/apisix/pull/3484#discussion_r569468576



##########
File path: utils/set-dns.sh
##########
@@ -24,3 +24,17 @@ cat /etc/hosts # check GitHub Action's configuration
 
 echo "nameserver 8.8.8.8" | sudo tee /etc/resolv.conf
 echo "search apache.org" | sudo tee -a /etc/resolv.conf
+
+mkdir -p build-cache
+
+if [ ! -f "build-cache/coredns_1_8_1" ]; then
+     wget 
https://github.com/coredns/coredns/releases/download/v1.8.1/coredns_1.8.1_linux_amd64.tgz

Review comment:
       bad indentation




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

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


Reply via email to