Skip to content

Commit 4e40b99

Browse files
committed
Disable bash debug
1 parent 1d5c175 commit 4e40b99

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docker

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
set -euxo pipefail
3+
set -euo pipefail
44

55
function get_container_id() {
66
local cpuset_output
@@ -77,6 +77,8 @@ function fix_volume_arg() {
7777
original_args=("$@")
7878
fixed_args=()
7979

80+
# TODO: only piggyback on docker run, container run, create and container create
81+
8082
extra_args=()
8183
fix_next_arg=false
8284
for arg in "${original_args[@]}"; do

0 commit comments

Comments
 (0)