Skip to content

Commit 46ed203

Browse files
committed
Fix upload, mk. 2
1 parent 869aebc commit 46ed203

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travis/build-docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ fi
1515

1616
(cd "$here" && docker build -f "$DOCKERFILE" -t "$IMAGE" .)
1717

18-
docker run --rm -i -v "$here"/..:/ws:ro -v "$old_cwd":/out -e CI=1 -e OUTDIR_OWNER=$(id -u) "$IMAGE" /bin/bash -xe "cd /out && /ws/travis/build-appimage.sh"
18+
docker run --rm -it -v "$here"/..:/ws:ro -v "$old_cwd":/out -e CI=1 -e OUTDIR_OWNER=$(id -u) "$IMAGE" /bin/bash -xe -c "cd /out && /ws/travis/build-appimage.sh"

0 commit comments

Comments
 (0)