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:
parent
8390709614
commit
417c381b44
1 changed files with 4 additions and 2 deletions
|
|
@ -127,7 +127,9 @@
|
|||
"osbuild": {
|
||||
"commit": "d8f36b55fa043002c6650a75fbeba5165cc0824b"
|
||||
}
|
||||
},
|
||||
}
|
||||
},
|
||||
"centos-stream-9": {
|
||||
"repos": {
|
||||
"file": "/etc/yum.repos.d/centos.repo",
|
||||
"x86_64": [
|
||||
|
|
@ -166,4 +168,4 @@
|
|||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue