We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5736be commit d9f2c15Copy full SHA for d9f2c15
1 file changed
run-solid-test-suite.sh
@@ -2,9 +2,11 @@
2
3
set -e
4
5
+# Note that .github/workflows/ci.yml does not use this, this function is just for manual runs of this script.
6
+# You can pick different values for the NEXTCLOUD_VERSION build arg, as required:
7
function setup {
8
docker build -t pubsub-server https://github.com/pdsinterop/php-solid-pubsub-server.git#main
- docker build -t solid-nextcloud .
9
+ docker build -t solid-nextcloud --build-arg NEXTCLOUD_VERSION=25 .
10
11
docker network create testnet
12
0 commit comments