From 526b88967872a4dfc7a648b6fa29136b154f597d Mon Sep 17 00:00:00 2001 From: Kai Lueke Date: Mon, 15 Apr 2024 22:08:18 +0900 Subject: [PATCH] .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. --- .github/workflows/image_changes.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/image_changes.sh b/.github/workflows/image_changes.sh index 37a20318c1..8008f0bd78 100755 --- a/.github/workflows/image_changes.sh +++ b/.github/workflows/image_changes.sh @@ -1,6 +1,6 @@ #!/bin/bash -set -x +#set -x set -euo pipefail source ci-automation/image_changes.sh