Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit d97e447

Browse files
committed
Don't try and attach TTY in CI test
1 parent 4645b15 commit d97e447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

courses/cpp/ctf-segv/image/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ cat <<EOT > tmp/event.json
2222
}
2323
EOT
2424

25-
docker run -it \
25+
docker run -i \
2626
-e GITHUB_EVENT_NAME=push \
2727
-e GITHUB_EVENT_PATH=/opt/tmp/event.json \
2828
-e GITHUB_TOKEN=noop \

0 commit comments

Comments
 (0)