automation: fix typo in .gcc-tmpl
authorAnthony PERARD <anthony.perard@citrix.com>
Thu, 21 Jul 2022 12:45:59 +0000 (13:45 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 21 Jul 2022 19:42:40 +0000 (20:42 +0100)
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>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
automation/gitlab-ci/build.yaml

index 72f2a317ac84b2e244b87c8ca56438b72f9cd12e..5eb7312754ab0abe0087b4795fc70c423312f4ae 100644 (file)
@@ -17,7 +17,7 @@
     - /^stable-.*/
 
 .gcc-tmpl:
-  variabes: &gcc
+  variables: &gcc
     CC: gcc
     CXX: g++