We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd637a3 commit 1f84753Copy full SHA for 1f84753
http-tests/admin/packages/install-package-stylesheet.sh
@@ -23,7 +23,7 @@ echo "Install status: $install_status (expected: $STATUS_SEE_OTHER)"
23
echo "$install_status" | grep -q "$STATUS_SEE_OTHER"
24
25
# Verify stylesheet file exists in Tomcat's webapps directory
26
-docker compose exec -T linkeddatahub ls -l webapps/ROOT/static/com/linkeddatahub/packages/skos
+# docker compose exec -T linkeddatahub ls -l webapps/ROOT/static/com/linkeddatahub/packages/skos
27
28
# Make internal request from nginx to Tomcat to warm up static file cache
29
docker compose exec -T nginx curl -s http://linkeddatahub:7070/static/com/linkeddatahub/packages/skos/layout.xsl
0 commit comments