mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-12-02 03:37:44 +08:00
split the own branch by default.
This commit is contained in:
parent
ed7b2a62b0
commit
7766936f49
2
.github/workflows/split.yml
vendored
2
.github/workflows/split.yml
vendored
@ -18,6 +18,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
- name: Setup Private Key
|
- name: Setup Private Key
|
||||||
run: |
|
run: |
|
||||||
mkdir -p ~/.ssh
|
mkdir -p ~/.ssh
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
set -e
|
set -e
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
CURRENT_BRANCH="master"
|
CURRENT_BRANCH=$(git rev-parse --abbrev-ref HEAD)
|
||||||
BASEPATH=$(cd `dirname $0`; cd ../src/; pwd)
|
BASEPATH=$(cd `dirname $0`; cd ../src/; pwd)
|
||||||
REPOS=$@
|
REPOS=$@
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user