Skip to content

Commit 3c820b2

Browse files
committed
no caching
1 parent 6544379 commit 3c820b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run-solid-test-suite.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -e
55
docker network create testnet
66

77
# Build and start Nextcloud server with code from current repo contents:
8-
docker build -t standalone-solid-server .
8+
docker build --no-cache -t standalone-solid-server .
99

1010
docker build -t webid-provider https://github.com/pdsinterop/test-suites.git#master:/testers/webid-provider
1111
#docker build -t solid-crud https://github.com/solid/test-suite.git#master:/testers/solid-crud

0 commit comments

Comments
 (0)