This is an automated email from the ASF dual-hosted git repository. juergbi pushed a commit to branch jbilleter/bst-plugins-community in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit e83783a1c1a10ec33f3c9ac2ef5d371a3090b7f7 Author: Jürg Billeter <[email protected]> AuthorDate: Fri Mar 13 08:18:04 2026 +0100 ci: Fix buildstream-plugins-community version for `plugins-master` Fixes #2096. Reported-by: Dor Askayo <[email protected]> --- .github/compose/ci.docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/compose/ci.docker-compose.yml b/.github/compose/ci.docker-compose.yml index a94845f19..c0590e786 100644 --- a/.github/compose/ci.docker-compose.yml +++ b/.github/compose/ci.docker-compose.yml @@ -51,7 +51,7 @@ services: plugins-master: <<: *tests-template environment: - BST_PLUGINS_EXPERIMENTAL_VERSION: master + BST_PLUGINS_COMMUNITY_VERSION: master buildgrid: <<: *tests-template
