mirror of
https://gitee.com/rainbond/Rainbond.git
synced 2024-11-29 18:27:58 +08:00
feat: git pull code
Signed-off-by: 逆流而上 <1666888816@qq.com>
This commit is contained in:
parent
6eb9a4988b
commit
ac37bdbe1d
2
.github/workflows/release-amd64-v6.0.yml
vendored
2
.github/workflows/release-amd64-v6.0.yml
vendored
@ -132,9 +132,11 @@ jobs:
|
||||
run: |
|
||||
if [ ${{ github.event.action }} == 'GitHub' ];then
|
||||
git clone -b ${{ github.event.client_payload.branch }} ${{ github.event.client_payload.clone_url }}/rainbond-operator.git
|
||||
git pull
|
||||
cd rainbond-operator
|
||||
else
|
||||
git clone -b $OPERATOR_BRANCH $OPERATOR_URL/rainbond-operator.git
|
||||
git pull
|
||||
cd rainbond-operator
|
||||
fi
|
||||
chmod +x ./release.sh
|
||||
|
Loading…
Reference in New Issue
Block a user