Module: Mesa Branch: main Commit: e157d67d39cf570d8e5fdfc099e189a1ad03e59b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e157d67d39cf570d8e5fdfc099e189a1ad03e59b
Author: Eric Engestrom <e...@igalia.com> Date: Tue Dec 12 12:59:54 2023 +0000 ci/b2c: export B2C_TEST_SCRIPT Next commit will use it. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26653> --- .gitlab-ci/test/gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci/test/gitlab-ci.yml b/.gitlab-ci/test/gitlab-ci.yml index 4157d5939b7..a592de609a6 100644 --- a/.gitlab-ci/test/gitlab-ci.yml +++ b/.gitlab-ci/test/gitlab-ci.yml @@ -343,8 +343,7 @@ clang-format: [ -d "$CI_B2C_ARTIFACTS" ] || exit 1 [ -d "$CI_COMMON_SCRIPTS" ] || exit 1 - - B2C_TEST_SCRIPT="bash -euc 'tar xf ${INSTALL_TARBALL_NAME}; ./install/common/init-stage2.sh'" + export B2C_TEST_SCRIPT="bash -euc 'tar xf ${INSTALL_TARBALL_NAME}; ./install/common/init-stage2.sh'" # The Valve CI gateway receives jobs in a YAML format. Create a # job description from the CI environment.