Skip to content

Commit

Permalink
Disable bash debug
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecrs committed Jun 14, 2023
1 parent 1d5c175 commit 4e40b99
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

set -euxo pipefail
set -euo pipefail

function get_container_id() {
local cpuset_output
Expand Down Expand Up @@ -77,6 +77,8 @@ function fix_volume_arg() {
original_args=("$@")
fixed_args=()

# TODO: only piggyback on docker run, container run, create and container create

extra_args=()
fix_next_arg=false
for arg in "${original_args[@]}"; do
Expand Down

0 comments on commit 4e40b99

Please sign in to comment.