Skip to content

Commit

Permalink
Sync from khs1994-docker/lnmp@37598a2 by PCIT
Browse files Browse the repository at this point in the history
  • Loading branch information
khs1994 committed Nov 23, 2024
1 parent ccc7716 commit 06baa51
Show file tree
Hide file tree
Showing 103 changed files with 644 additions and 2,974 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ inputs:
}
required: false
runs:
using: 'node20'
using: 'node16'
main: 'lib/setup-docker.js'
branding:
icon: 'box'
Expand Down
2 changes: 1 addition & 1 deletion lib/setup-docker.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ while ! /Applications/Docker.app/Contents/Resources/bin/docker system info &>/de
command -v docker || echo 'test docker command loop: not found'
sleep 1
# wait 180s(3min)
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
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
done
echo "::notice::-- Docker is ready.Wait time is $i s"
uname -a || true
Expand Down
1 change: 0 additions & 1 deletion node_modules/.bin/uuid

This file was deleted.

45 changes: 22 additions & 23 deletions node_modules/.package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

151 changes: 151 additions & 0 deletions node_modules/@actions/core/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 8 additions & 4 deletions node_modules/@actions/core/lib/command.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion node_modules/@actions/core/lib/command.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions node_modules/@actions/core/lib/core.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 06baa51

Please sign in to comment.