Skip to content

Commit 3dbdff4

Browse files
committed
fix:[ci/cd]: 버그 수정
1 parent 461c011 commit 3dbdff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI-CD_Pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
ports:
4848
- 6333:6333
4949
options: >-
50-
--health-cmd "curl -f http://localhost:6333/collections || exit 1"
50+
--health-cmd "wget --spider --quiet http://localhost:6333/collections || exit 1"
5151
--health-interval 10s
5252
--health-timeout 5s
5353
--health-retries 5

0 commit comments

Comments
 (0)