fix(Docker Compose): Test docker compose

This commit is contained in:
Marcel Feix 2022-06-14 16:34:23 +02:00
parent af44c6ad61
commit 51f9db91b3
No known key found for this signature in database
GPG Key ID: 04D016E104A25F03

View File

@ -33,5 +33,6 @@ Test-Files:
- when: always
extends: .ssh-transfer-data
script:
- ssh-keyscan $SSH_URL >> ~/.ssh/known_hosts
- ssh $SSH_USER@$SSH_URL "if [ -f test.log ]; then exit 1; rm test.log; fi"
- ssh $SSH_USER@$SSH_URL "if [ -f docker-compose.yml ]; then exit 1; rm docker-compose.yml; fi"