This is an automated email from the ASF dual-hosted git repository. juergbi pushed a commit to branch juerg/ci in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit a99b414861a2994f9aab0ae002cb1547846a111b Author: Jürg Billeter <[email protected]> AuthorDate: Sat May 22 11:24:52 2021 +0200 .github/compose/ci.bst-artifact-server.yml: Use nightly Docker image Test the most recent build of bst-artifact-server. This is also consistent with the Docker image used for BuildGrid service tests. --- .github/compose/ci.bst-artifact-server.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/compose/ci.bst-artifact-server.yml b/.github/compose/ci.bst-artifact-server.yml index 879e5ca..4eb2468 100644 --- a/.github/compose/ci.bst-artifact-server.yml +++ b/.github/compose/ci.bst-artifact-server.yml @@ -18,7 +18,7 @@ version: "3.2" services: controller: - image: buildstream/buildstream:dev + image: buildstream/buildstream:nightly command: ["bst-artifact-server", "--log-level", "warning", "--port", "50052",
