ACS-5546: Add echo commands to indicate point of failure with Tomcat deployment

This commit is contained in:
mstrankowski
2023-07-10 14:30:47 +02:00
parent 73bda87c3e
commit faef8d406a
+2
View File
@@ -138,7 +138,9 @@ jobs:
run: |
(mvn clean install -Prun -rf dev &)
${TAS_SCRIPTS}/wait-for-alfresco-start.sh "http://localhost:8080/alfresco/"
echo "Test Alfresco Repository availability"
curl -Ls -o /dev/null --fail "http://localhost:8080/alfresco"
echo "Test Share availability"
curl -Ls -o /dev/null --fail "http://localhost:8080/share"
docker_latest: