Skip to content

Commit da5a18a

Browse files
Automator: update common-files@master in istio/istio.io@master (istio#15688)
1 parent d95a419 commit da5a18a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

common/.commonfiles.sha

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
a43cca1ce2a8a2b8cd4da0e8aba6fb65e9e8dd33
1+
e07a165df9d587fb6816f0f03a0c2300cf343636

common/scripts/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ MOUNT_DEST="${MOUNT_DEST:-/work}"
3636

3737
read -ra DOCKER_RUN_OPTIONS <<< "${DOCKER_RUN_OPTIONS:-}"
3838

39-
[[ -t 1 ]] && DOCKER_RUN_OPTIONS+=("-it")
39+
[[ -t 0 ]] && DOCKER_RUN_OPTIONS+=("-it")
4040
[[ ${UID} -ne 0 ]] && DOCKER_RUN_OPTIONS+=(-u "${UID}:${DOCKER_GID}")
4141

4242
# $CONTAINER_OPTIONS becomes an empty arg when quoted, so SC2086 is disabled for the

0 commit comments

Comments
 (0)