From fd9cf8f790088fb5202afbf47fd1c25ac0670e49 Mon Sep 17 00:00:00 2001 From: Holger Hagen <19706592+holgerhagen@users.noreply.github.com> Date: Mon, 24 Jul 2023 17:26:42 +0200 Subject: [PATCH] Closes #2326: fixed documentation smoketest (azure) --- ci/verify_docs_alive.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/verify_docs_alive.sh b/ci/verify_docs_alive.sh index a06a8387d..c70d215e8 100755 --- a/ci/verify_docs_alive.sh +++ b/ci/verify_docs_alive.sh @@ -1,7 +1,7 @@ #!/bin/bash set -e # fail fast set -x -BASE_URL=https://taskana.mybluemix.net/taskana +BASE_URL=https://taskana.azurewebsites.net/taskana test 200 -eq "$(curl -sw "%{http_code}" -o /dev/null "$BASE_URL/docs/rest/rest-api.html")" test 200 -eq "$(curl -sw "%{http_code}" -o /dev/null "$BASE_URL/docs/rest/simplehistory-rest-api.html")"