diff options
author | Daniel Stone <daniels@collabora.com> | 2021-08-03 13:09:12 +0100 |
---|---|---|
committer | Daniel Stone <daniels@collabora.com> | 2021-08-03 18:42:25 +0100 |
commit | c91a34fb033eba6f202093d5d8485a2495343a34 (patch) | |
tree | 065c4eedf40c2bf045a2d4c1184816f125236cd2 /.gitlab-ci.yml | |
parent | 7c8b15256ff670fba4c1ba4b73c1ca06a633e954 (diff) | |
download | weston-c91a34fb033eba6f202093d5d8485a2495343a34.tar.gz |
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>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3cf43c27..913c814a 100644 --- a/.gitlab-ci.yml +++ b/.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} .. |