Skip to content

Commit 526b889

Browse files
committed
.github: Disable debug output for image-changes
The "set -x" bash debug output is very noisy and one doesn't even see the actual output in this noise.
1 parent c8c5ba6 commit 526b889

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/image_changes.sh

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

3-
set -x
3+
#set -x
44
set -euo pipefail
55

66
source ci-automation/image_changes.sh

0 commit comments

Comments
 (0)