Skip to content

Commit a00b401

Browse files
committed
remove -t, device is not a tty error
1 parent 4c7eb07 commit a00b401

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/solid-tests-suites.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,4 +155,4 @@ jobs:
155155
- name: Show nextcloud logs - ${{ matrix.test }}
156156
if: always()
157157
run: |
158-
docker exec -it server cat /var/www/html/data/nextcloud.log
158+
docker exec -i server cat /var/www/html/data/nextcloud.log

0 commit comments

Comments
 (0)