Skip to content

Commit 82801d0

Browse files
authored
image build bug fix (#1105)
Signed-off-by: chensuyue <suyue.chen@intel.com>
1 parent f702677 commit 82801d0

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/_example-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ 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
80+
if [[ $(grep -c "vllm-hpu:" ${docker_compose_path}) != 0 ]]; then
81+
git clone https://github.com/HabanaAI/vllm-fork.git
8282
cd vllm-fork && git rev-parse HEAD && cd ../
8383
fi
8484
git clone https://github.com/opea-project/GenAIComps.git

.github/workflows/nightly-docker-build-publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ jobs:
4242
with:
4343
node: gaudi
4444
example: ${{ matrix.example }}
45-
inject_commit: true
4645
secrets: inherit
4746

4847
get-image-list:

0 commit comments

Comments
 (0)