Skip to content

Commit bb04481

Browse files
fix(docker): output of bash tracing
1 parent 2ef454f commit bb04481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/chromium-headful/build-docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
set -ex -o pipefail
2+
set -e -o pipefail
33

44
# Move to the script's directory so relative paths work regardless of the caller CWD
55
SCRIPT_DIR=$(cd "$(dirname "$0")" && pwd)

0 commit comments

Comments
 (0)