We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2af90d0 commit a6dffdbCopy full SHA for a6dffdb
yarn-ci.sh
@@ -19,7 +19,7 @@ while [ $attempt -le $MAX_RETRIES ]; do
19
20
# `timeout` is in GNU coreutils. These are installed by default on Linux but not on Mac.
21
# https://www.gnu.org/software/coreutils/manual/html_node/timeout-invocation.html#index-timeout
22
- timeout -k "$((MAX_TIME+1))m" "${MAX_TIME}m" yarn install
+ timeout -k "$((MAX_TIME+1))m" "${MAX_TIME}m" yarn install --frozen-lockfile
23
result=$?
24
25
if [ $result = 0 ]; then
0 commit comments