We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c37b073 commit 18b0685Copy full SHA for 18b0685
.github/workflows/ingress.yml
@@ -40,7 +40,7 @@ jobs:
40
git clone --depth 1 https://github.com/kubernetes-sigs/ingress-controller-conformance.git ${TMP_DIR}/ingress-controller-conformance
41
cd ${TMP_DIR}/ingress-controller-conformance
42
make build
43
- sudo cp ${TMP_DIR}/ingress-controller-conformance/bin/ingress-conformance /usr/local/bin/ingress-conformance
+ sudo cp ${TMP_DIR}/ingress-controller-conformance/ingress-conformance /usr/local/bin/ingress-conformance
44
sudo chmod +x /usr/local/bin/ingress-conformance
45
cd -
46
# kubectl
0 commit comments