1
0
Fork 0

ci: fix .out-of-tree.toml

timestamps
dump_stack() 2023-05-18 16:21:42 +00:00
parent bcf8de336f
commit 80e57cb60c
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 1 additions and 2 deletions

View File

@ -140,8 +140,7 @@ jobs:
echo 'type = "${{ matrix.type }}"' >> .out-of-tree.toml
echo 'script = "script.sh"' >> .out-of-tree.toml
echo '[[supported_kernels]]' >> .out-of-tree.toml
echo 'distro_type = "${{ matrix.os.distro }}"' >> .out-of-tree.toml
echo 'distro_release = "${{ matrix.os.release }}"' >> .out-of-tree.toml
echo 'distro = { id = "${{ matrix.os.distro }}", release = "${{ matrix.os.release }}"' >> .out-of-tree.toml
echo 'release_mask = ".*"' >> .out-of-tree.toml
echo -e '#!/bin/sh\necho ok' >> script.sh