Skip to content

Commit 06baa51

Browse files
committed
Sync from khs1994-docker/lnmp@37598a2 by PCIT
1 parent ccc7716 commit 06baa51

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

103 files changed

+644
-2974
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ inputs:
3939
}
4040
required: false
4141
runs:
42-
using: 'node20'
42+
using: 'node16'
4343
main: 'lib/setup-docker.js'
4444
branding:
4545
icon: 'box'

lib/setup-docker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ while ! /Applications/Docker.app/Contents/Resources/bin/docker system info &>/de
178178
command -v docker || echo 'test docker command loop: not found'
179179
sleep 1
180180
# wait 180s(3min)
181-
if [ $i -gt 1000 ];then exit 1;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
181+
if [ $i -gt 180 ];then exit 1;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
182182
done
183183
echo "::notice::-- Docker is ready.Wait time is $i s"
184184
uname -a || true

node_modules/.bin/uuid

Lines changed: 0 additions & 1 deletion
This file was deleted.

node_modules/.package-lock.json

Lines changed: 22 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@actions/core/README.md

Lines changed: 151 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@actions/core/lib/command.js

Lines changed: 8 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@actions/core/lib/command.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@actions/core/lib/core.d.ts

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)