Skip to content

Commit 47f02c8

Browse files
committed
ci: squash build-meson/-docker into build-only
We don't need the old templates anymore, lets drop them to simplify our YAML even more. Signed-off-by: Patrick Bruenn <p.bruenn@beckhoff.com>
1 parent d86ea03 commit 47f02c8

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.gitlab-ci.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ docker-image:
4242
docker-image-build:
4343
extends: docker-image
4444

45-
.build-meson:
45+
build-only:
4646
stage: build
4747
image: "${IMAGE}"
4848
variables:
@@ -56,15 +56,9 @@ docker-image-build:
5656
- AdsLib/**/*.h
5757
- build/
5858
- example/build/
59-
60-
.build-meson-docker:
61-
extends: .build-meson
6259
tags:
6360
- ${BHF_CI_ARCH}
6461
- docker-v2
65-
66-
build-only:
67-
extends: .build-meson-docker
6862
parallel:
6963
matrix:
7064
- FLAVOR: 'alpine'

0 commit comments

Comments
 (0)