Skip to content

Commit 18b0685

Browse files
committed
fix ingress job
1 parent c37b073 commit 18b0685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ingress.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
git clone --depth 1 https://github.com/kubernetes-sigs/ingress-controller-conformance.git ${TMP_DIR}/ingress-controller-conformance
4141
cd ${TMP_DIR}/ingress-controller-conformance
4242
make build
43-
sudo cp ${TMP_DIR}/ingress-controller-conformance/bin/ingress-conformance /usr/local/bin/ingress-conformance
43+
sudo cp ${TMP_DIR}/ingress-controller-conformance/ingress-conformance /usr/local/bin/ingress-conformance
4444
sudo chmod +x /usr/local/bin/ingress-conformance
4545
cd -
4646
# kubectl

0 commit comments

Comments
 (0)