0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-03-14 02:25:08 +01:00

Adjusted path to new folder

This commit is contained in:
Arne Tarara 2024-05-21 12:27:11 +02:00
parent d16ffb35a9
commit d65e6d6912
No known key found for this signature in database
GPG key ID: 2540198A4079785B
20 changed files with 52 additions and 52 deletions

View file

@ -20,7 +20,7 @@ flow:
container: gcb-playwright
commands:
- type: console
command: python3 /tmp/repo/nextcloud_install.py
command: python3 /tmp/repo/energy_tests/nextcloud_install.py
note: Installing Nextcloud
read-notes-stdout: true
log-stdout: true
@ -29,7 +29,7 @@ flow:
container: gcb-playwright
commands:
- type: console
command: python3 /tmp/repo/nextcloud_create_event.py
command: python3 /tmp/repo/energy_tests/nextcloud_create_event.py
note: Creating event
read-notes-stdout: true
read-sci-stdout: true

View file

@ -23,7 +23,7 @@ flow:
container: gcb-playwright
commands:
- type: console
command: python3 /tmp/repo/nextcloud_install.py
command: python3 /tmp/repo/energy_tests/nextcloud_install.py
note: Installing Nextcloud
read-notes-stdout: true
log-stdout: true
@ -32,7 +32,7 @@ flow:
container: gcb-playwright
commands:
- type: console
command: python3 /tmp/repo/nextcloud_talk.py
command: python3 /tmp/repo/energy_tests/nextcloud_talk.py
note: Starting conversation
read-notes-stdout: true
read-sci-stdout: true

View file

@ -23,7 +23,7 @@ flow:
container: gcb-playwright
commands:
- type: console
command: python3 /tmp/repo/nextcloud_install.py
command: python3 /tmp/repo/energy_tests/nextcloud_install.py
note: Installing Nextcloud
read-notes-stdout: true
log-stdout: true
@ -32,7 +32,7 @@ flow:
container: gcb-playwright
commands:
- type: console
command: python3 /tmp/repo/nextcloud_create_user.py
command: python3 /tmp/repo/energy_tests/nextcloud_create_user.py
note: Create user
read-notes-stdout: true
log-stdout: true
@ -41,7 +41,7 @@ flow:
container: gcb-playwright
commands:
- type: console
command: python3 /tmp/repo/nextcloud_create_doc_and_share.py
command: python3 /tmp/repo/energy_tests/nextcloud_create_doc_and_share.py
note: Create document and share
read-notes-stdout: true
log-stdout: true
@ -50,7 +50,7 @@ flow:
container: gcb-playwright
commands:
- type: console
command: python3 /tmp/repo/nextcloud_docs_collaboration.py
command: python3 /tmp/repo/energy_tests/nextcloud_docs_collaboration.py
note: dev
read-notes-stdout: true
read-sci-stdout: true

View file

@ -23,7 +23,7 @@ flow:
container: gcb-playwright
commands:
- type: console
command: python3 /tmp/repo/nextcloud_install.py firefox
command: python3 /tmp/repo/energy_tests/nextcloud_install.py firefox
note: Installing Nextcloud
read-notes-stdout: true
log-stdout: true
@ -32,7 +32,7 @@ flow:
container: gcb-playwright
commands:
- type: console
command: python3 /tmp/repo/nextcloud_create_user.py firefox
command: python3 /tmp/repo/energy_tests/nextcloud_create_user.py firefox
note: Create user
read-notes-stdout: true
log-stdout: true
@ -41,7 +41,7 @@ flow:
container: gcb-playwright
commands:
- type: console
command: python3 /tmp/repo/nextcloud_create_doc_and_share.py firefox
command: python3 /tmp/repo/energy_tests/nextcloud_create_doc_and_share.py firefox
note: Create document and share
read-notes-stdout: true
log-stdout: true
@ -50,7 +50,7 @@ flow:
container: gcb-playwright
commands:
- type: console
command: python3 /tmp/repo/nextcloud_docs_collaboration.py firefox
command: python3 /tmp/repo/energy_tests/nextcloud_docs_collaboration.py firefox
note: dev
read-notes-stdout: true
read-sci-stdout: true

View file

@ -20,7 +20,7 @@ flow:
container: gcb-playwright
commands:
- type: console
command: python3 /tmp/repo/nextcloud_install.py
command: python3 /tmp/repo/energy_tests/nextcloud_install.py
note: Installing Nextcloud
read-notes-stdout: true
log-stdout: true
@ -29,7 +29,7 @@ flow:
container: gcb-playwright
commands:
- type: console
command: python3 /tmp/repo/nextcloud_create_event.py
command: python3 /tmp/repo/energy_tests/nextcloud_create_event.py
note: Creating event
read-notes-stdout: true
read-sci-stdout: true

View file

@ -20,7 +20,7 @@ flow:
container: gcb-playwright
commands:
- type: console
command: python3 /tmp/repo/nextcloud_install.py firefox
command: python3 /tmp/repo/energy_tests/nextcloud_install.py firefox
note: Installing Nextcloud
read-notes-stdout: true
log-stdout: true
@ -30,7 +30,7 @@ flow:
container: gcb-playwright
commands:
- type: console
command: python3 /tmp/repo/nextcloud_create_event.py firefox
command: python3 /tmp/repo/energy_tests/nextcloud_create_event.py firefox
note: Creating event
read-notes-stdout: true
read-sci-stdout: true

View file

@ -23,7 +23,7 @@ flow:
container: gcb-playwright
commands:
- type: console
command: python3 /tmp/repo/nextcloud_install.py
command: python3 /tmp/repo/energy_tests/nextcloud_install.py
note: Installing Nextcloud
read-notes-stdout: true
log-stdout: true
@ -32,7 +32,7 @@ flow:
container: gcb-playwright
commands:
- type: console
command: python3 /tmp/repo/nextcloud_talk.py
command: python3 /tmp/repo/energy_tests/nextcloud_talk.py
note: Starting conversation
read-notes-stdout: true
read-sci-stdout: true

View file

@ -23,7 +23,7 @@ flow:
container: gcb-playwright
commands:
- type: console
command: python3 /tmp/repo/nextcloud_install.py firefox
command: python3 /tmp/repo/energy_tests/nextcloud_install.py firefox
note: Installing Nextcloud
read-notes-stdout: true
log-stdout: true
@ -32,7 +32,7 @@ flow:
container: gcb-playwright
commands:
- type: console
command: python3 /tmp/repo/nextcloud_talk.py firefox
command: python3 /tmp/repo/energy_tests/nextcloud_talk.py firefox
note: Starting conversation
read-notes-stdout: true
read-sci-stdout: true

View file

@ -23,7 +23,7 @@ flow:
container: gcb-playwright
commands:
- type: console
command: python3 /tmp/repo/nextcloud_install.py
command: python3 /tmp/repo/energy_tests/nextcloud_install.py
note: Installing Nextcloud
read-notes-stdout: true
log-stdout: true
@ -32,7 +32,7 @@ flow:
container: gcb-playwright
commands:
- type: console
command: python3 /tmp/repo/nextcloud_create_user.py
command: python3 /tmp/repo/energy_tests/nextcloud_create_user.py
note: Create user
read-notes-stdout: true
log-stdout: true
@ -41,7 +41,7 @@ flow:
container: gcb-playwright
commands:
- type: console
command: python3 /tmp/repo/nextcloud_create_doc_and_share.py
command: python3 /tmp/repo/energy_tests/nextcloud_create_doc_and_share.py
note: Create document and share
read-notes-stdout: true
log-stdout: true
@ -50,7 +50,7 @@ flow:
container: gcb-playwright
commands:
- type: console
command: python3 /tmp/repo/nextcloud_docs_collaboration.py
command: python3 /tmp/repo/energy_tests/nextcloud_docs_collaboration.py
note: dev
read-notes-stdout: true
read-sci-stdout: true

View file

@ -24,7 +24,7 @@ flow:
container: gcb-playwright
commands:
- type: console
command: python3 /tmp/repo/nextcloud_install.py firefox
command: python3 /tmp/repo/energy_tests/nextcloud_install.py firefox
note: Installing Nextcloud
read-notes-stdout: true
log-stdout: true
@ -33,7 +33,7 @@ flow:
container: gcb-playwright
commands:
- type: console
command: python3 /tmp/repo/nextcloud_create_user.py firefox
command: python3 /tmp/repo/energy_tests/nextcloud_create_user.py firefox
note: Create user
read-notes-stdout: true
log-stdout: true
@ -42,7 +42,7 @@ flow:
container: gcb-playwright
commands:
- type: console
command: python3 /tmp/repo/nextcloud_create_doc_and_share.py firefox
command: python3 /tmp/repo/energy_tests/nextcloud_create_doc_and_share.py firefox
note: Create document and share
read-notes-stdout: true
log-stdout: true
@ -51,7 +51,7 @@ flow:
container: gcb-playwright
commands:
- type: console
command: python3 /tmp/repo/nextcloud_docs_collaboration.py firefox
command: python3 /tmp/repo/energy_tests/nextcloud_docs_collaboration.py firefox
note: dev
read-notes-stdout: true
read-sci-stdout: true

View file

@ -21,7 +21,7 @@ flow:
container: gcb-playwright
commands:
- type: console
command: python3 /tmp/repo/nextcloud_install.py
command: python3 /tmp/repo/energy_tests/nextcloud_install.py
note: Installing Nextcloud
read-notes-stdout: true
log-stdout: true
@ -30,7 +30,7 @@ flow:
container: gcb-playwright
commands:
- type: console
command: python3 /tmp/repo/nextcloud_create_event.py
command: python3 /tmp/repo/energy_tests/nextcloud_create_event.py
note: Creating event
read-notes-stdout: true
read-sci-stdout: true

View file

@ -20,7 +20,7 @@ flow:
container: gcb-playwright
commands:
- type: console
command: python3 /tmp/repo/nextcloud_install.py firefox
command: python3 /tmp/repo/energy_tests/nextcloud_install.py firefox
note: Installing Nextcloud
read-notes-stdout: true
log-stdout: true
@ -29,7 +29,7 @@ flow:
container: gcb-playwright
commands:
- type: console
command: python3 /tmp/repo/nextcloud_create_event.py firefox
command: python3 /tmp/repo/energy_tests/nextcloud_create_event.py firefox
note: Creating event
read-notes-stdout: true
read-sci-stdout: true

View file

@ -23,7 +23,7 @@ flow:
container: gcb-playwright
commands:
- type: console
command: python3 /tmp/repo/nextcloud_install.py
command: python3 /tmp/repo/energy_tests/nextcloud_install.py
note: Installing Nextcloud
read-notes-stdout: true
log-stdout: true
@ -32,7 +32,7 @@ flow:
container: gcb-playwright
commands:
- type: console
command: python3 /tmp/repo/nextcloud_talk.py
command: python3 /tmp/repo/energy_tests/nextcloud_talk.py
note: Starting conversation
read-notes-stdout: true
read-sci-stdout: true

View file

@ -23,7 +23,7 @@ flow:
container: gcb-playwright
commands:
- type: console
command: python3 /tmp/repo/nextcloud_install.py firefox
command: python3 /tmp/repo/energy_tests/nextcloud_install.py firefox
note: Installing Nextcloud
read-notes-stdout: true
log-stdout: true
@ -32,7 +32,7 @@ flow:
container: gcb-playwright
commands:
- type: console
command: python3 /tmp/repo/nextcloud_talk.py firefox
command: python3 /tmp/repo/energy_tests/nextcloud_talk.py firefox
note: Starting conversation
read-notes-stdout: true
read-sci-stdout: true

View file

@ -23,7 +23,7 @@ flow:
container: gcb-playwright
commands:
- type: console
command: python3 /tmp/repo/nextcloud_install.py
command: python3 /tmp/repo/energy_tests/nextcloud_install.py
note: Installing Nextcloud
read-notes-stdout: true
log-stdout: true
@ -32,7 +32,7 @@ flow:
container: gcb-playwright
commands:
- type: console
command: python3 /tmp/repo/nextcloud_create_user.py
command: python3 /tmp/repo/energy_tests/nextcloud_create_user.py
note: Create user
read-notes-stdout: true
log-stdout: true
@ -41,7 +41,7 @@ flow:
container: gcb-playwright
commands:
- type: console
command: python3 /tmp/repo/nextcloud_create_doc_and_share.py
command: python3 /tmp/repo/energy_tests/nextcloud_create_doc_and_share.py
note: Create document and share
read-notes-stdout: true
log-stdout: true
@ -50,7 +50,7 @@ flow:
container: gcb-playwright
commands:
- type: console
command: python3 /tmp/repo/nextcloud_docs_collaboration.py
command: python3 /tmp/repo/energy_tests/nextcloud_docs_collaboration.py
note: dev
read-notes-stdout: true
read-sci-stdout: true

View file

@ -23,7 +23,7 @@ flow:
container: gcb-playwright
commands:
- type: console
command: python3 /tmp/repo/nextcloud_install.py firefox
command: python3 /tmp/repo/energy_tests/nextcloud_install.py firefox
note: Installing Nextcloud
read-notes-stdout: true
log-stdout: true
@ -32,7 +32,7 @@ flow:
container: gcb-playwright
commands:
- type: console
command: python3 /tmp/repo/nextcloud_create_user.py firefox
command: python3 /tmp/repo/energy_tests/nextcloud_create_user.py firefox
note: Create user
read-notes-stdout: true
log-stdout: true
@ -41,7 +41,7 @@ flow:
container: gcb-playwright
commands:
- type: console
command: python3 /tmp/repo/nextcloud_create_doc_and_share.py firefox
command: python3 /tmp/repo/energy_tests/nextcloud_create_doc_and_share.py firefox
note: Create document and share
read-notes-stdout: true
log-stdout: true
@ -50,7 +50,7 @@ flow:
container: gcb-playwright
commands:
- type: console
command: python3 /tmp/repo/nextcloud_docs_collaboration.py firefox
command: python3 /tmp/repo/energy_tests/nextcloud_docs_collaboration.py firefox
note: dev
read-notes-stdout: true
read-sci-stdout: true

View file

@ -20,7 +20,7 @@ flow:
container: gcb-playwright
commands:
- type: console
command: python3 /tmp/repo/nextcloud_install.py
command: python3 /tmp/repo/energy_tests/nextcloud_install.py
note: Installing Nextcloud
read-notes-stdout: true
log-stdout: true
@ -29,7 +29,7 @@ flow:
container: gcb-playwright
commands:
- type: console
command: python3 /tmp/repo/nextcloud_create_event.py
command: python3 /tmp/repo/energy_tests/nextcloud_create_event.py
note: Creating event
read-notes-stdout: true
read-sci-stdout: true

View file

@ -20,7 +20,7 @@ flow:
container: gcb-playwright
commands:
- type: console
command: python3 /tmp/repo/nextcloud_install.py firefox
command: python3 /tmp/repo/energy_tests/nextcloud_install.py firefox
note: Installing Nextcloud
read-notes-stdout: true
log-stdout: true
@ -29,7 +29,7 @@ flow:
container: gcb-playwright
commands:
- type: console
command: python3 /tmp/repo/nextcloud_create_event.py firefox
command: python3 /tmp/repo/energy_tests/nextcloud_create_event.py firefox
note: Creating event
read-notes-stdout: true
read-sci-stdout: true

View file

@ -23,7 +23,7 @@ flow:
container: gcb-playwright
commands:
- type: console
command: python3 /tmp/repo/nextcloud_install.py
command: python3 /tmp/repo/energy_tests/nextcloud_install.py
note: Installing Nextcloud
read-notes-stdout: true
log-stdout: true
@ -32,7 +32,7 @@ flow:
container: gcb-playwright
commands:
- type: console
command: python3 /tmp/repo/nextcloud_talk.py
command: python3 /tmp/repo/energy_tests/nextcloud_talk.py
note: Starting conversation
read-notes-stdout: true
read-sci-stdout: true

View file

@ -23,7 +23,7 @@ flow:
container: gcb-playwright
commands:
- type: console
command: python3 /tmp/repo/nextcloud_install.py firefox
command: python3 /tmp/repo/energy_tests/nextcloud_install.py firefox
note: Installing Nextcloud
read-notes-stdout: true
log-stdout: true
@ -32,7 +32,7 @@ flow:
container: gcb-playwright
commands:
- type: console
command: python3 /tmp/repo/nextcloud_talk.py firefox
command: python3 /tmp/repo/energy_tests/nextcloud_talk.py firefox
note: Starting conversation
read-notes-stdout: true
read-sci-stdout: true