Skip to content

Commit c0b6cc9

Browse files
ci/eval/compare: fix without owners
Even without relevant owners, the owners.txt file must be created, otherwise the next job will fail.
1 parent f0a359b commit c0b6cc9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ci/eval/compare/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ runCommand "compare"
230230
echo "This PR touches ''${#touchedFiles[@]} files"
231231
232232
# TODO: Move ci/OWNERS to Nix and produce owners.json instead of owners.txt.
233+
touch "$out/owners.txt"
233234
for file in "''${touchedFiles[@]}"; do
234235
result=$(codeowners --file "${ownersFile}" "$file")
235236

0 commit comments

Comments
 (0)