File tree 2 files changed +2
-6
lines changed
2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,8 @@ set -e # fail fast
3
3
set -x
4
4
BASE_URL=https://taskana.azurewebsites.net/taskana
5
5
6
- test 200 -eq " $( curl -sw " %{http_code}" -o /dev/null " $BASE_URL /docs/rest/rest-api.html" ) "
7
- test 200 -eq " $( curl -sw " %{http_code}" -o /dev/null " $BASE_URL /docs/rest/simplehistory-rest-api.html" ) "
8
- test 200 -eq " $( curl -sw " %{http_code}" -o /dev/null " $BASE_URL /docs/rest/routing-rest-api.html" ) "
6
+ test 200 -eq " $( curl -sw " %{http_code}" -o /dev/null " $BASE_URL /api-docs" ) "
7
+ test 200 -eq " $( curl -sw " %{http_code}" -o /dev/null " $BASE_URL /swagger-ui/index.html" ) "
9
8
for module in taskana-core taskana-spring; do
10
9
test 200 -eq " $( curl -sw " %{http_code}" -o /dev/null " $BASE_URL /docs/java/$module /index.html" ) "
11
10
done
Original file line number Diff line number Diff line change @@ -21,8 +21,5 @@ verifyDocs "$REL/../lib/taskana-spring/target/apidocs" "/static/docs/java/taskan
21
21
test -n " $( jar -tf " $JAR_FILE_LOCATION " | grep /static/docs/java/taskana-core/index.html) "
22
22
test -n " $( jar -tf " $JAR_FILE_LOCATION " | grep /static/docs/java/taskana-spring/index.html) "
23
23
test -n " $( jar -tf " $JAR_FILE_LOCATION " | grep /static/docs/java/taskana-cdi/pro/taskana/common/internal/package-summary.html) "
24
- test -n " $( jar -tf " $JAR_FILE_LOCATION " | grep /static/docs/rest/rest-api.html) "
25
- test -n " $( jar -tf " $JAR_FILE_LOCATION " | grep /static/docs/rest/simplehistory-rest-api.html) "
26
- test -n " $( jar -tf " $JAR_FILE_LOCATION " | grep /static/docs/rest/routing-rest-api.html) "
27
24
set +x
28
25
echo " the jar file '$JAR_FILE_LOCATION ' contains documentation"
You can’t perform that action at this time.
0 commit comments