Open michielbdejong opened 2 years ago
https://github.com/cs3org/ocm-test-suite/runs/6902215362?check_suite_focus=true#step:3:8124 "the input device is not a TTY" Not sure what is causing this because the failing command seems to be: https://github.com/cs3org/ocm-test-suite/blob/9d50140/scripts/start-to-ownCloud.sh#L11
docker exec -it -e DBHOST=maria2.docker -e USER=marie -e PASS=radioactivity -u www-data oc2.docker sh /init.sh
Maybe need to get rid of the -it?
-it
https://github.com/cs3org/ocm-test-suite/runs/6902215362?check_suite_focus=true#step:3:8124 "the input device is not a TTY" Not sure what is causing this because the failing command seems to be: https://github.com/cs3org/ocm-test-suite/blob/9d50140/scripts/start-to-ownCloud.sh#L11
Maybe need to get rid of the
-it
?