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

Splitting Nextcloud flow into multiple flows

This commit is contained in:
Arne Tarara 2023-06-21 10:56:10 +02:00
parent cc39363294
commit 0b93d3b37d
No known key found for this signature in database
GPG key ID: 2540198A4079785B
2 changed files with 14 additions and 2 deletions

View file

@ -36,21 +36,30 @@ networks:
nextcloud-setup-network:
flow:
- name: Install Nextcloud and collaborate on document
- name: Install Nextcloud
container: gcb-playwright
commands:
- type: console
command: python3 /tmp/nextcloud_install.py
note: Installing Nextcloud
read-notes-stdout: true
- name: Create User
container: gcb-playwright
commands:
- type: console
command: python3 /tmp/nextcloud_create_user.py
note: Create user
read-notes-stdout: true
- name: Create doc and share
container: gcb-playwright
commands:
- type: console
command: python3 /tmp/nextcloud_create_doc_and_share.py
note: Create document and share
read-notes-stdout: true
- name: Collaborate
container: gcb-playwright
commands:
- type: console
command: python3 /tmp/nextcloud_docs_collaboration.py
note: dev

View file

@ -34,13 +34,16 @@ networks:
nextcloud-setup-network:
flow:
- name: Install Nextcloud and start a conversation
- name: Install Nextcloud
container: gcb-playwright
commands:
- type: console
command: python3 /tmp/nextcloud_install.py
note: Installing Nextcloud
read-notes-stdout: true
- name: Talk conversation
container: gcb-playwright
commands:
- type: console
command: python3 /tmp/nextcloud_talk.py
note: Starting conversation