We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0e1dee commit 6bb7276Copy full SHA for 6bb7276
.github/workflows/cli-ci-test.yaml
@@ -38,7 +38,7 @@ jobs:
38
39
- name: Debug connectivity
40
run: |
41
- nmcli connection modify "eth0" ipv4.dns "172.16.1.180"
+ echo "nameserver 172.16.1.180" >> /etc/resolv.conf
42
echo "Trying to connect with curl:"
43
curl -v --tlsv1.2 -X GET https://www.iitkgp.ac.in/assets/pdf/Holidays2025.pdf
44
curl -v --tlsv1.2 -X GET https://www.iitkgp.ac.in/holidays
0 commit comments