diff --git a/build-scripts/patches/moonray/apply b/build-scripts/patches/moonray/apply index 337e8483f..ff6b6b3f2 100755 --- a/build-scripts/patches/moonray/apply +++ b/build-scripts/patches/moonray/apply @@ -15,7 +15,7 @@ rm "${DIR}/../../../tests/integration/tests/test_cleanup.py" ## TODO: restore when network test is fixed rm "${DIR}/../../../tests/integration/tests/test_network.py" -sed -i 's/ingressClassName: cilium/ingressClassName: ck-ingress/g' "${DIR}/tests/integration/templates/ingress-test.yaml" +sed -i 's/ingressClassName: cilium/ingressClassName: ck-ingress/g' "${DIR}/../../../tests/integration/templates/ingress-test.yaml" git commit -a -m "Remove unrelated tests"