Skip to content

Commit

Permalink
Closes Taskana#2326: fixed documentation smoketest (azure)
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerhagen committed Jul 24, 2023
1 parent eb44260 commit 4be789d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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")"
Expand Down

0 comments on commit 4be789d

Please sign in to comment.