We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d276ad commit 4f9dbe7Copy full SHA for 4f9dbe7
tools/fullbuild.sh
@@ -265,7 +265,7 @@ fi
265
fullbuild_dir="${work_dir}/fullbuild"
266
mkdir -p "${fullbuild_dir}"
267
268
-if [[ "$(find "${fullbuild_dir}" -maxdepth 1 -mindepth 1 -name "fullbuild.*" 2> /dev/null)" ]]; then
+if [[ "$(find "${fullbuild_dir}" -maxdepth 1 -mindepth 1 -name "fullbuild.*" 2> /dev/null)" ]] && [[ "${noconfirm}" = false ]]; then
269
msg_info "Do you want to reset lock files ? (y/N)"
270
read -r -n 1 _yes_or_no
271
echo
0 commit comments