Skip to content

Commit dd9623d

Browse files
authored
Add new image repo clone. (#1093)
Signed-off-by: ZePan110 <[email protected]>
1 parent 4c27a3d commit dd9623d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/_example-workflow.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,10 @@ jobs:
7777
git clone https://github.com/vllm-project/vllm.git
7878
cd vllm && git rev-parse HEAD && cd ../
7979
fi
80+
if [[ $(grep -c "vllm-hpu:" ${docker_compose_yml}) != 0 ]]; then
81+
git clone https://github.com/HabanaAI/vllm-fork.git vllm-fork
82+
cd vllm-fork && git rev-parse HEAD && cd ../
83+
fi
8084
git clone https://github.com/opea-project/GenAIComps.git
8185
cd GenAIComps && git checkout ${{ inputs.opea_branch }} && git rev-parse HEAD && cd ../
8286

0 commit comments

Comments
 (0)