You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pegasus.apache.org by ji...@apache.org on 2022/08/19 02:21:31 UTC

[incubator-pegasus] branch master updated: fix: update pegasus regular ci docker version base branch (#1124)

This is an automated email from the ASF dual-hosted git repository.

jiashuo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pegasus.git


The following commit(s) were added to refs/heads/master by this push:
     new ecd3fd2ee fix: update pegasus regular ci docker version base branch (#1124)
ecd3fd2ee is described below

commit ecd3fd2ee85663a47a4d4399d9545646c9cc7ad5
Author: Jiashuo <js...@live.com>
AuthorDate: Fri Aug 19 10:21:25 2022 +0800

    fix: update pegasus regular ci docker version base branch (#1124)
---
 .github/workflows/pegasus-regular-build.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pegasus-regular-build.yml b/.github/workflows/pegasus-regular-build.yml
index a12bc523d..622af8408 100644
--- a/.github/workflows/pegasus-regular-build.yml
+++ b/.github/workflows/pegasus-regular-build.yml
@@ -61,6 +61,7 @@ jobs:
         run: |
           git clone --depth=1 https://github.com/apache/incubator-pegasus.git
           cd incubator-pegasus
+          git checkout ${{ github.ref_name }}
       - name: Unpack prebuilt third-parties
         run: unzip /root/thirdparties-bin.zip -d ./thirdparty
       - name: Compilation pegasus on GCC


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pegasus.apache.org
For additional commands, e-mail: commits-help@pegasus.apache.org