Skip to content

Commit 3c8d657

Browse files
authored
Merge pull request #1906 from flatcar/kai/github-actions-image-changes
.github: Disable debug output for image-changes
2 parents 706efd4 + 526b889 commit 3c8d657

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)