try again

This commit is contained in:
Kenneth Kehl
2023-09-13 10:35:53 -07:00
parent a1974a251e
commit 1d9239aa13

View File

@@ -65,7 +65,7 @@ jobs:
run: | run: |
response=$(curl -url ${{secrets.NOTIFY_E2E_TEST_URI}}_status -u "${{ secrets.NOTIFY_E2E_TEST_HTTP_AUTH_USER }}:${{ secrets.NOTIFY_E2E_TEST_HTTP_AUTH_PASSWORD }}") response=$(curl -url ${{secrets.NOTIFY_E2E_TEST_URI}}_status -u "${{ secrets.NOTIFY_E2E_TEST_HTTP_AUTH_USER }}:${{ secrets.NOTIFY_E2E_TEST_HTTP_AUTH_PASSWORD }}")
echo "curl response is $response" echo "curl response is $response"
if $response != *"ok"*; then if $response == *"ok"*; then
echo "Health check failed" echo "Health check failed"
exit 1 exit 1
else else