Schutzfile: fix centos-stream-9 repo pin

During runner repo override the runner name is compared with the key in
Schutzfile. There was the word 'stream' missing for centos runners so
the repos were never acutally overwritten before. See
https://github.com/osbuild/gitlab-ci-terraform-executor/blob/main/prepare#L69
for more context
This commit is contained in:
Jakub Rusz 2022-03-22 11:11:56 +01:00 committed by Jakub Rusz
parent 8390709614
commit 417c381b44

View file

@ -127,7 +127,9 @@
"osbuild": {
"commit": "d8f36b55fa043002c6650a75fbeba5165cc0824b"
}
},
}
},
"centos-stream-9": {
"repos": {
"file": "/etc/yum.repos.d/centos.repo",
"x86_64": [
@ -166,4 +168,4 @@
]
}
}
}
}