Commit 0683079
committed
fix(deploy): use blocking flock to wait for previous build
Non-blocking flock wrote 'failed' to shared status file when a previous
build was still running, causing the Action to report failure even though
the build eventually succeeded. Now waits up to 300s for the lock.1 parent 8ed5589 commit 0683079
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
| 123 | + | |
124 | 124 | | |
125 | | - | |
| 125 | + | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| |||
0 commit comments