feat(Docker Compose): Test Docker Compose
This commit is contained in:
parent
6d2aecc06c
commit
4f509279ff
@ -25,7 +25,7 @@ Docker-compose:
|
|||||||
Test-Files:
|
Test-Files:
|
||||||
stage: verify
|
stage: verify
|
||||||
rules:
|
rules:
|
||||||
when: always
|
- when: always
|
||||||
extends: .ssh-transfer-data
|
extends: .ssh-transfer-data
|
||||||
script:
|
script:
|
||||||
- ssh $SSH_USER@$SSH_URL "if [ -f test.log ]; then exit 1; rm test.log; fi"
|
- ssh $SSH_USER@$SSH_URL "if [ -f test.log ]; then exit 1; rm test.log; fi"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user