Skip to content

Commit 7378bc2

Browse files
remove apache limits conf (#136)
* Allow running in bash on mac * Run webid-provider-tests v2.1.1 which checks for CORS headers on /.well-known/openid-configuration * remove apache-limits.conf * rm /etc/apache2/conf-enabled/apache-limits.conf * Cannot run docker exec -it in GitHub Actions * avoid rm command failing for NC 24 image --------- Co-authored-by: Michiel de Jong <[email protected]>
1 parent 6d3c6cf commit 7378bc2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

run-solid-test-suite.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ function startPubSub {
3232

3333
function startSolidNextcloud {
3434
docker run -d --name "$1" --network=testnet --env-file "./env-vars-$1.list" "${2:-solid-nextcloud}"
35+
docker exec "$1" rm -f /etc/apache2/conf-enabled/apache-limits.conf
3536
until docker run --rm --network=testnet solidtestsuite/webid-provider-tests curl -kI "https://$1" 2> /dev/null > /dev/null
3637
do
3738
echo Waiting for "$1" to start, this can take up to a minute ...

0 commit comments

Comments
 (0)