tests: setup with existing .env: command: ./setup.sh exit-code: 1 stdout: |- Creating individual env files for containers (if they do not exist already) .env already exists with initial configuration If you want to change the configuration, please edit .env directly ./version.sh: exit-code: 0 ./version.sh core: exit-code: 0 stdout: not-contains: - core- - Debian - amd64 - tar.gz ./version.sh webapp: exit-code: 0 stdout: not-contains: - webapp- - Debian - amd64 - tar.gz ./version.sh zpush: exit-code: 0 stdout: not-contains: - Debian - amd64 - tar.gz ./version.sh mdm: exit-code: 0 stdout: not-contains: - Debian - amd64 - tar.gz ./version.sh files: exit-code: 0 stdout: not-contains: - Debian - amd64 - tar.gz ./version.sh smime: exit-code: 0 stdout: not-contains: - Debian - amd64 - tar.gz download core nightly: command: ./base/test.sh core exit-code: 0 stderr: not-contains: - "tar: This does not look like a tar archive" download webapp nightly: command: ./base/test.sh webapp exit-code: 0 stderr: not-contains: - "tar: This does not look like a tar archive"