projects
/
platform
/
upstream
/
libinput.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8c8252
)
CI: remove one occurrence of fedora instead of distro.name
author
Benjamin Tissoires
<benjamin.tissoires@gmail.com>
Thu, 11 Aug 2022 05:47:40 +0000
(07:47 +0200)
committer
Peter Hutterer
<peter.hutterer@who-t.net>
Wed, 31 Aug 2022 23:38:49 +0000
(09:38 +1000)
For .{{distro.name}}-build@template, everything is parametrized with the
distro name, so having plain 'fedora' might bite us in the future.
Signed-off-by: Benjamin Tissoires <benjamin.tissoires@gmail.com>
.gitlab-ci/ci.template
patch
|
blob
|
history
diff --git
a/.gitlab-ci/ci.template
b/.gitlab-ci/ci.template
index 80387671d7147154b0e8dbeb0b20ace6a183a8be..9681dcedcb548053b493773af5e27a065dc69bb0 100644
(file)
--- a/
.gitlab-ci/ci.template
+++ b/
.gitlab-ci/ci.template
@@
-411,7
+411,7
@@
vm-valgrind-{{suite.name}}:
{% set version = "{}".format(distro.versions|last()) %}
.{{distro.name}}-build@template:
extends:
- - .fdo.distribution-image@
fedora
+ - .fdo.distribution-image@
{{distro.name}}
- .build@template
variables:
FDO_DISTRIBUTION_VERSION: '{{version}}'