Skip to content

Commit 3bf5724

Browse files
committed
WIP
Signed-off-by: Alexey Gladkov <[email protected]>
1 parent 6dbfd9b commit 3bf5724

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,7 @@ jobs:
7777
strategy:
7878
matrix:
7979
name: [
80-
"altlinux",
8180
"fedora",
82-
"ubuntu",
8381
]
8482
test: [
8583
"local",

testing/testing-fedora-local

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ for step in "$@"; do
7070
exit 1
7171
fi
7272
EOF
73-
run podman run --rm -ti \
73+
run podman run --rm -i \
7474
--volume="$topdir:$builddir" \
7575
"$IMAGE" "$builddir/$workdir/run.sh"
7676

0 commit comments

Comments
 (0)