mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 12:56:13 +00:00
Merge branch 'main' into next
This commit is contained in:
commit
570ce62ddb
14
.github/workflows/build-pro-image.yml
vendored
14
.github/workflows/build-pro-image.yml
vendored
@ -48,13 +48,6 @@ jobs:
|
|||||||
path: packages/pro-plugins
|
path: packages/pro-plugins
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
token: ${{ steps.app-token.outputs.token }}
|
token: ${{ steps.app-token.outputs.token }}
|
||||||
- name: Clone pro repos
|
|
||||||
shell: bash
|
|
||||||
run: |
|
|
||||||
for repo in ${{ join(fromJSON(vars.PRO_PLUGIN_REPOS), ' ') }}
|
|
||||||
do
|
|
||||||
git clone -b main https://x-access-token:${{ steps.app-token.outputs.token }}@github.com/nocobase/$repo.git packages/pro-plugins/@nocobase/$repo
|
|
||||||
done
|
|
||||||
- run: |
|
- run: |
|
||||||
cd packages/pro-plugins &&
|
cd packages/pro-plugins &&
|
||||||
if git show-ref --quiet refs/remotes/origin/${{ github.head_ref || github.ref_name }}; then
|
if git show-ref --quiet refs/remotes/origin/${{ github.head_ref || github.ref_name }}; then
|
||||||
@ -66,6 +59,13 @@ jobs:
|
|||||||
git checkout main
|
git checkout main
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
- name: Clone pro repos
|
||||||
|
shell: bash
|
||||||
|
run: |
|
||||||
|
for repo in ${{ join(fromJSON(vars.PRO_PLUGIN_REPOS), ' ') }}
|
||||||
|
do
|
||||||
|
git clone -b main https://x-access-token:${{ steps.app-token.outputs.token }}@github.com/nocobase/$repo.git packages/pro-plugins/@nocobase/$repo
|
||||||
|
done
|
||||||
- run: |
|
- run: |
|
||||||
for repo in ${{ join(fromJSON(vars.PRO_PLUGIN_REPOS), ' ') }}
|
for repo in ${{ join(fromJSON(vars.PRO_PLUGIN_REPOS), ' ') }}
|
||||||
do
|
do
|
||||||
|
Loading…
Reference in New Issue
Block a user