Skip to content

Commit d235f6e

Browse files
committed
test
Signed-off-by: ZePan110 <ze.pan@intel.com>
1 parent 4258874 commit d235f6e

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/pr-image-size.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
git fetch origin ${{ github.base_ref }}
3838
merged_commit=$(git log -1 --format='%H')
3939
files=$(git diff --name-status --diff-filter=ARM ${{ github.event.pull_request.base.sha }} ${merged_commit} | awk '{print $2}' | grep -E 'Dockerfile$' || true)
40+
echo "changed_files=$files"
4041
echo "files<<EOF" >> $GITHUB_OUTPUT
4142
echo "$files" >> $GITHUB_OUTPUT
4243
echo "EOF" >> $GITHUB_OUTPUT

SearchQnA/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
ARG IMAGE_REPO=opea
55
ARG BASE_TAG=latest
66
FROM $IMAGE_REPO/comps-base:$BASE_TAG
7-
7+
RUN git clone https://github.com/opea-project/GenAIExamples
88
COPY ./searchqna.py $HOME/searchqna.py
99

1010
ENTRYPOINT ["python", "searchqna.py"]

0 commit comments

Comments
 (0)