diff mbox series

[XEN,1/4] automation: fix typo in .gcc-tmpl

Message ID 20220228145523.8954-2-anthony.perard@citrix.com (mailing list archive)
State New, archived
Headers show
Series Some improvement for gitlab CI jobs | expand

Commit Message

Anthony PERARD Feb. 28, 2022, 2:55 p.m. UTC
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 <anthony.perard@citrix.com>
---
 automation/gitlab-ci/build.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/automation/gitlab-ci/build.yaml b/automation/gitlab-ci/build.yaml
index cc36428cf5..26dcfb1c25 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++