From: Anthony PERARD Date: Thu, 21 Jul 2022 12:45:59 +0000 (+0100) Subject: automation: fix typo in .gcc-tmpl X-Git-Tag: archive/raspbian/4.17.0-1+rpi1^2~33^2~407 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=da8ff5be796e061e408a8b7a58bf8030c49399a6;p=xen.git automation: fix typo in .gcc-tmpl The name of the field doesn't matter because it's use as a YAML achor, but it's nicer to have the proper spelling. Signed-off-by: Anthony PERARD Acked-by: Andrew Cooper --- diff --git a/automation/gitlab-ci/build.yaml b/automation/gitlab-ci/build.yaml index 72f2a317ac..5eb7312754 100644 --- a/automation/gitlab-ci/build.yaml +++ b/automation/gitlab-ci/build.yaml @@ -17,7 +17,7 @@ - /^stable-.*/ .gcc-tmpl: - variabes: &gcc + variables: &gcc CC: gcc CXX: g++