gitlab CI: rename the default_build to autotools_build

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2020-02-14 12:20:55 +10:00
parent 977891bd88
commit c001fe50b0

View file

@ -82,7 +82,7 @@ variables:
reports: reports:
junit: junit-*.xml junit: junit-*.xml
.default_build: .autotools_build:
extends: extends:
- .default_artifacts - .default_artifacts
script: script:
@ -417,7 +417,7 @@ alpine:latest@container-clean:
.build@template: .build@template:
extends: extends:
- .default_build - .autotools_build
stage: build stage: build
dependencies: [] dependencies: []
variables: variables: