Commit b45d0fe
committed
cmd-osbuild: fix CI check failure on if conditional
The check is invalid for this code because it's embedded
python. Let's just workaround it for now by putting it
in a elif so it won't match the string being looked for in
https://github.com/coreos/coreos-assembler/blob/48fba72a62c739f6eaf4d7991052516fd574acc7/tests/check_one.sh#L30-L331 parent 62bb57f commit b45d0fe
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
65 | 69 | | |
66 | 70 | | |
67 | 71 | | |
| |||
0 commit comments