Merge pull request #1906 from flatcar/kai/github-actions-image-changes

.github: Disable debug output for image-changes
This commit is contained in:
Kai Lüke 2024-04-16 03:31:17 +02:00 committed by GitHub
commit 3c8d657aad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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