Skip to content

Commit d9f2c15

Browse files
choose a NEXTCLOUD_VERSION for manual runs
1 parent a5736be commit d9f2c15

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

run-solid-test-suite.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22

33
set -e
44

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:
57
function setup {
68
docker build -t pubsub-server https://github.com/pdsinterop/php-solid-pubsub-server.git#main
7-
docker build -t solid-nextcloud .
9+
docker build -t solid-nextcloud --build-arg NEXTCLOUD_VERSION=25 .
810

911
docker network create testnet
1012

0 commit comments

Comments
 (0)