Remove git .extraheader and fecth all commtis in /vllm-workspace/vllm-ascend (#2746)
### What this PR does / why we need it?
Remove git .extraheader and fecth all commtis in
/vllm-workspace/vllm-ascend
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
CI passed
Closes: https://github.com/vllm-project/vllm-ascend/issues/2735
- vLLM version: v0.10.1.1
- vLLM main:
51d5e9be7d
Signed-off-by: Yikun Jiang <yikunkero@gmail.com>
This commit is contained in:
3
.github/workflows/image_310p_openeuler.yml
vendored
3
.github/workflows/image_310p_openeuler.yml
vendored
@@ -54,6 +54,9 @@ jobs:
|
|||||||
}}
|
}}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
persist-credentials: false
|
||||||
|
|
||||||
- name: Print
|
- name: Print
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
3
.github/workflows/image_310p_ubuntu.yml
vendored
3
.github/workflows/image_310p_ubuntu.yml
vendored
@@ -50,6 +50,9 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
persist-credentials: false
|
||||||
|
|
||||||
- name: Print
|
- name: Print
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
3
.github/workflows/image_a3_openeuler.yml
vendored
3
.github/workflows/image_a3_openeuler.yml
vendored
@@ -54,6 +54,9 @@ jobs:
|
|||||||
}}
|
}}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
persist-credentials: false
|
||||||
|
|
||||||
- name: Print
|
- name: Print
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
3
.github/workflows/image_a3_ubuntu.yml
vendored
3
.github/workflows/image_a3_ubuntu.yml
vendored
@@ -50,6 +50,9 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
persist-credentials: false
|
||||||
|
|
||||||
- name: Print
|
- name: Print
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
3
.github/workflows/image_openeuler.yml
vendored
3
.github/workflows/image_openeuler.yml
vendored
@@ -53,6 +53,9 @@ jobs:
|
|||||||
}}
|
}}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
persist-credentials: false
|
||||||
|
|
||||||
- name: Print
|
- name: Print
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
3
.github/workflows/image_ubuntu.yml
vendored
3
.github/workflows/image_ubuntu.yml
vendored
@@ -50,6 +50,9 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
persist-credentials: false
|
||||||
|
|
||||||
- name: Print
|
- name: Print
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user