diff --git a/ci/verify_docs_alive.sh b/ci/verify_docs_alive.sh index a06a8387db..c70d215e89 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")"