From c001fe50b03673494e73606b6d49c387b404a90f Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 14 Feb 2020 12:20:55 +1000 Subject: [PATCH] gitlab CI: rename the default_build to autotools_build Signed-off-by: Peter Hutterer --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 25850e4..f387a7f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: -- 2.34.1