mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-23 14:41:31 +02:00
.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:
parent
c8c5ba614a
commit
526b889678
2
.github/workflows/image_changes.sh
vendored
2
.github/workflows/image_changes.sh
vendored
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -x
|
||||
#set -x
|
||||
set -euo pipefail
|
||||
|
||||
source ci-automation/image_changes.sh
|
||||
|
Loading…
x
Reference in New Issue
Block a user