fix(ci): ignore toolkit socket runtime files
This commit is contained in:
@@ -70,3 +70,7 @@ yarn-error.log
|
|||||||
!.yarn/releases
|
!.yarn/releases
|
||||||
!.yarn/sdks
|
!.yarn/sdks
|
||||||
!.yarn/versions
|
!.yarn/versions
|
||||||
|
|
||||||
|
# Toolkit socket runtime
|
||||||
|
.toolkit-socket.pid
|
||||||
|
/logs/
|
||||||
|
|||||||
@@ -21,6 +21,7 @@
|
|||||||
"Updated the Toolkit socket restart script to find Node and npm from standard macOS, Homebrew, and NVM locations.",
|
"Updated the Toolkit socket restart script to find Node and npm from standard macOS, Homebrew, and NVM locations.",
|
||||||
"Added a bounded health retry so deploys wait for the socket to bind before failing.",
|
"Added a bounded health retry so deploys wait for the socket to bind before failing.",
|
||||||
"Fixed the Woodpecker frontend health URL check so pipeline interpolation cannot strip the deploy target.",
|
"Fixed the Woodpecker frontend health URL check so pipeline interpolation cannot strip the deploy target.",
|
||||||
|
"Ignored local Toolkit socket PID and log files created by shared workspace deploys.",
|
||||||
"Kept the restart command safe for non-interactive SSH deploy sessions.",
|
"Kept the restart command safe for non-interactive SSH deploy sessions.",
|
||||||
"Preserved the shared workspace socket behavior for deployed Toolkit editing."
|
"Preserved the shared workspace socket behavior for deployed Toolkit editing."
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user