Skip to content

Commit a986bb3

Browse files
author
IDX GitHub Automation
committed
Automatically fixing code for linting and formatting issues
1 parent dec35c5 commit a986bb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/container/container-run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ done
8989

9090
if [ $# -eq 0 ]; then
9191
# if no command is specified, create an interactive shell
92-
PODMAN_RUN_ARGS+=( -i -t ) # also assumes tty
92+
PODMAN_RUN_ARGS+=(-i -t) # also assumes tty
9393
if [ -z "${USHELL:-}" ] || [ "$USHELL" == "bash" ]; then
9494
# bit of a hack: we source the completion by passing it as an rcfile.
9595
# The completion itself requires `.bazelversion` to exist.
@@ -143,7 +143,7 @@ USER=$(whoami)
143143

144144
PODMAN_RUN_ARGS=(
145145
-w "$WORKDIR"
146-
--rm # remove container after it ran
146+
--rm # remove container after it ran
147147
--log-driver=none # by default podman logs all of stdout to the journal which is resource-consuming and wasteful
148148

149149
-u "ubuntu:ubuntu"

0 commit comments

Comments
 (0)