ci: Remove erroneous extension from .build-no-test

This shouldn't extend the base .build-env, since we have per-environment
extensions.

Signed-off-by: Daniel Stone <daniels@collabora.com>
dev
Daniel Stone 3 years ago
parent 7c8b15256f
commit c91a34fb03
  1. 1
      .gitlab-ci.yml

@ -200,7 +200,6 @@ aarch64-debian-container_prep:
.build-no-test:
extends:
- .ci-rules
- .build-env
script:
- cd "$BUILDDIR"
- meson --prefix="$PREFIX" ${MESON_OPTIONS} ..

Loading…
Cancel
Save