This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris-manager.git
The following commit(s) were added to refs/heads/master by this push: new 285d6d5 [chore] fix workflow (#44) 285d6d5 is described below commit 285d6d580494aee5e5d4679c3e0f262eda401514 Author: Mingyu Chen <morningman....@gmail.com> AuthorDate: Sat Apr 16 12:32:21 2022 +0800 [chore] fix workflow (#44) fix workflow --- .github/workflows/build-extension.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-extension.yml b/.github/workflows/build-extension.yml index 0a8b241..f4983f6 100644 --- a/.github/workflows/build-extension.yml +++ b/.github/workflows/build-extension.yml @@ -49,6 +49,6 @@ jobs: touch custom_env.sh echo 'export THRIFT_BIN=/usr/bin/thrift' >> custom_env.sh - name: Build Application - run: sh build.sh + run: /bin/bash build.sh --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org