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 bbc6d74e6f59ca11462bbdf8cc2c2237952c79fb Author: Jürg Billeter <[email protected]> AuthorDate: Sat May 22 11:27:30 2021 +0200 .github/compose/ci.bst-artifact-server.yml: Drop workaround The incompability with Click 8.0 has been fixed in bst-artifact-server. Drop the workaround of explicitly specifying `--log-level`. --- .github/compose/ci.bst-artifact-server.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/compose/ci.bst-artifact-server.yml b/.github/compose/ci.bst-artifact-server.yml index 4eb2468..fbed777 100644 --- a/.github/compose/ci.bst-artifact-server.yml +++ b/.github/compose/ci.bst-artifact-server.yml @@ -20,7 +20,6 @@ services: controller: image: buildstream/buildstream:nightly command: ["bst-artifact-server", - "--log-level", "warning", "--port", "50052", "--enable-push", "/artifacts"
