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

[incubator-pegasus] branch master updated: fix(github): update pegasus clone branch when regular ci docker (#1127)

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

wangdan 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 a352567d1 fix(github): update pegasus clone branch when regular ci docker (#1127)
a352567d1 is described below

commit a352567d1b2795df025c4c856a4fa5e8b7e03bf7
Author: Jiashuo <js...@live.com>
AuthorDate: Fri Aug 19 14:28:45 2022 +0800

    fix(github): update pegasus clone branch when regular ci docker (#1127)
---
 .github/workflows/pegasus-regular-build.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.github/workflows/pegasus-regular-build.yml b/.github/workflows/pegasus-regular-build.yml
index 622af8408..f192a468a 100644
--- a/.github/workflows/pegasus-regular-build.yml
+++ b/.github/workflows/pegasus-regular-build.yml
@@ -59,9 +59,8 @@ jobs:
       - name: Clone Apache Pegasus Source
         working-directory: /root
         run: |
-          git clone --depth=1 https://github.com/apache/incubator-pegasus.git
+          git clone -b ${{ github.ref_name }} --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