Closes #2326: fixed documentation smoketest (azure)

This commit is contained in:
Holger Hagen 2023-07-24 17:26:42 +02:00 committed by holgerhagen
parent eb442609d9
commit fd9cf8f790
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
set -e # fail fast set -e # fail fast
set -x 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/rest-api.html")"
test 200 -eq "$(curl -sw "%{http_code}" -o /dev/null "$BASE_URL/docs/rest/simplehistory-rest-api.html")" test 200 -eq "$(curl -sw "%{http_code}" -o /dev/null "$BASE_URL/docs/rest/simplehistory-rest-api.html")"