.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.
This commit is contained in:
Kai Lueke 2024-04-15 22:08:18 +09:00
parent c8c5ba614a
commit 526b889678

View File

@ -1,6 +1,6 @@
#!/bin/bash
set -x
#set -x
set -euo pipefail
source ci-automation/image_changes.sh