Skip to content

Commit 33060d4

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 54f79ce commit 33060d4

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

ChatQnA/docker_compose/intel/cpu/xeon/compose_openeuler.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,4 +181,4 @@ services:
181181

182182
networks:
183183
default:
184-
driver: bridge
184+
driver: bridge

ChatQnA/docker_image_build/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,4 +143,4 @@ services:
143143
context: GenAIComps
144144
dockerfile: comps/third_parties/nginx/src/Dockerfile.openEuler
145145
extends: chatqna
146-
image: ${REGISTRY:-opea}/nginx:${TAG:-latest}-openeuler
146+
image: ${REGISTRY:-opea}/nginx:${TAG:-latest}-openeuler

ChatQnA/tests/test_compose_openeuler_on_xeon.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -130,21 +130,21 @@ function validate_frontend() {
130130
cd $WORKPATH/ui/svelte
131131

132132
echo "[TEST INFO]: Preparing frontend test using Docker..."
133-
133+
134134
sed -i "s/localhost/$ip_address/g" playwright.config.ts
135-
135+
136136
echo "[TEST INFO]: Running frontend tests in Docker..."
137137
exit_status=0
138-
138+
139139
docker run --rm \
140140
--network="host" \
141141
-v $PWD:/work \
142142
-w /work \
143143
mcr.microsoft.com/playwright:v1.40.0-focal \
144144
/bin/bash -c "
145-
npm install &&
146-
npm ci &&
147-
npx playwright install &&
145+
npm install &&
146+
npm ci &&
147+
npx playwright install &&
148148
npx playwright test
149149
" || exit_status=$?
150150

0 commit comments

Comments
 (0)