mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 04:45:56 +00:00
fix: continue-on-error: true
This commit is contained in:
parent
adb56fbe45
commit
044da1eeda
1
.github/workflows/build-pro-image.yml
vendored
1
.github/workflows/build-pro-image.yml
vendored
@ -37,6 +37,7 @@ jobs:
|
|||||||
path: packages/pro-plugins
|
path: packages/pro-plugins
|
||||||
ssh-key: ${{ secrets.SUBMODULE_SSH_KEY }}
|
ssh-key: ${{ secrets.SUBMODULE_SSH_KEY }}
|
||||||
- name: checkout pro
|
- name: checkout pro
|
||||||
|
continue-on-error: true
|
||||||
run: cd packages/pro-plugins && git fetch origin ${{github.ref_name}}:${{github.ref_name}} && git checkout ${{github.ref_name}}
|
run: cd packages/pro-plugins && git fetch origin ${{github.ref_name}}:${{github.ref_name}} && git checkout ${{github.ref_name}}
|
||||||
- name: rm .git
|
- name: rm .git
|
||||||
run: rm -rf packages/pro-plugins/.git && git config --global user.email "you@example.com" && git config --global user.name "Your Name" && git add -A && git commit -m "tmp commit"
|
run: rm -rf packages/pro-plugins/.git && git config --global user.email "you@example.com" && git config --global user.name "Your Name" && git add -A && git commit -m "tmp commit"
|
||||||
|
Loading…
Reference in New Issue
Block a user