gitlab CI: rename the default_build to autotools_build
authorPeter Hutterer <peter.hutterer@who-t.net>
Fri, 14 Feb 2020 02:20:55 +0000 (12:20 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Fri, 14 Feb 2020 02:50:16 +0000 (12:50 +1000)
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
.gitlab-ci.yml

index 25850e4..f387a7f 100644 (file)
@@ -82,7 +82,7 @@ variables:
     reports:
       junit: junit-*.xml
 
-.default_build:
+.autotools_build:
   extends:
     - .default_artifacts
   script:
@@ -417,7 +417,7 @@ alpine:latest@container-clean:
 
 .build@template:
   extends:
-    - .default_build
+    - .autotools_build
   stage: build
   dependencies: []
   variables: