This commit is contained in:
hiondal 2025-02-18 01:07:58 +09:00
parent c02f1477e9
commit 6a8947dcab

View File

@ -62,7 +62,7 @@ podTemplate(
// TestContainer를 위한 Docker 데몬 실행
sh """
dockerd &
sleep 10 // Docker 데몬이 시작될 때까지 대기
sleep 10
"""
sh """