We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4ea77e commit 50400ddCopy full SHA for 50400dd
1 file changed
lib/setup-docker.js
@@ -178,7 +178,7 @@ while ! /Applications/Docker.app/Contents/Resources/bin/docker system info &>/de
178
command -v docker || echo 'test docker command loop: not found'
179
sleep 1
180
# wait 180s(3min)
181
-if [ $i -gt 180 ];then sudo /Applications/Docker.app/Contents/MacOS/com.docker.diagnose check;uname -a;system_profiler SPHardwareDataType;echo "::error::-- Wait docker start $i s too long, exit"; exit 1; fi
+if [ $i -gt 180 ];then sudo /Applications/Docker.app/Contents/MacOS/com.docker.diagnose check;uname -a;echo "::error::-- Wait docker start $i s too long, exit"; exit 1; fi
182
done
183
echo "::notice::-- Docker is ready.Wait time is $i s"
184
uname -a || true
0 commit comments