mirror of
https://gitee.com/nocobase/nocobase.git
synced 2024-11-30 03:08:31 +08:00
chore: fetch-depth=0 (#4854)
This commit is contained in:
parent
a89a95cfbc
commit
fac228a174
15
.github/workflows/e2e.yml
vendored
15
.github/workflows/e2e.yml
vendored
@ -36,9 +36,8 @@ jobs:
|
||||
repository: nocobase/pro-plugins
|
||||
ref: main
|
||||
path: packages/pro-plugins
|
||||
fetch-depth: 0
|
||||
ssh-key: ${{ secrets.SUBMODULE_SSH_KEY }}
|
||||
- name: Fetch all branches
|
||||
run: cd packages/pro-plugins && git fetch --all
|
||||
- name: git checkout ${{ github.event.pull_request.base.ref }}
|
||||
run: cd packages/pro-plugins && git checkout ${{ github.event.pull_request.base.ref }}
|
||||
continue-on-error: true
|
||||
@ -93,9 +92,8 @@ jobs:
|
||||
repository: nocobase/pro-plugins
|
||||
ref: main
|
||||
path: packages/pro-plugins
|
||||
fetch-depth: 0
|
||||
ssh-key: ${{ secrets.SUBMODULE_SSH_KEY }}
|
||||
- name: Fetch all branches
|
||||
run: cd packages/pro-plugins && git fetch --all
|
||||
- name: git checkout ${{ github.event.pull_request.base.ref }}
|
||||
run: cd packages/pro-plugins && git checkout ${{ github.event.pull_request.base.ref }}
|
||||
continue-on-error: true
|
||||
@ -181,9 +179,8 @@ jobs:
|
||||
repository: nocobase/pro-plugins
|
||||
ref: main
|
||||
path: packages/pro-plugins
|
||||
fetch-depth: 0
|
||||
ssh-key: ${{ secrets.SUBMODULE_SSH_KEY }}
|
||||
- name: Fetch all branches
|
||||
run: cd packages/pro-plugins && git fetch --all
|
||||
- name: git checkout ${{ github.event.pull_request.base.ref }}
|
||||
run: cd packages/pro-plugins && git checkout ${{ github.event.pull_request.base.ref }}
|
||||
continue-on-error: true
|
||||
@ -269,9 +266,8 @@ jobs:
|
||||
repository: nocobase/pro-plugins
|
||||
ref: main
|
||||
path: packages/pro-plugins
|
||||
fetch-depth: 0
|
||||
ssh-key: ${{ secrets.SUBMODULE_SSH_KEY }}
|
||||
- name: Fetch all branches
|
||||
run: cd packages/pro-plugins && git fetch --all
|
||||
- name: git checkout ${{ github.event.pull_request.base.ref }}
|
||||
run: cd packages/pro-plugins && git checkout ${{ github.event.pull_request.base.ref }}
|
||||
continue-on-error: true
|
||||
@ -357,9 +353,8 @@ jobs:
|
||||
repository: nocobase/pro-plugins
|
||||
ref: main
|
||||
path: packages/pro-plugins
|
||||
fetch-depth: 0
|
||||
ssh-key: ${{ secrets.SUBMODULE_SSH_KEY }}
|
||||
- name: Fetch all branches
|
||||
run: cd packages/pro-plugins && git fetch --all
|
||||
- name: git checkout ${{ github.event.pull_request.base.ref }}
|
||||
run: cd packages/pro-plugins && git checkout ${{ github.event.pull_request.base.ref }}
|
||||
continue-on-error: true
|
||||
|
Loading…
Reference in New Issue
Block a user