OSDN Git Service

[fix] : simulation mode retry
authorhayao <shun819.mail@gmail.com>
Thu, 27 Aug 2020 12:12:39 +0000 (21:12 +0900)
committerhayao <shun819.mail@gmail.com>
Thu, 27 Aug 2020 12:12:39 +0000 (21:12 +0900)
fullbuild.sh

index 3051cf7..6b26c01 100755 (executable)
@@ -255,6 +255,10 @@ elif [[ -n "${*}" ]]; then
     channnels=(${@})
 fi
 
+if [[ "${simulation}" = true ]]; then
+    retry=1
+fi
+
 _msg_info "Options: ${share_options}"
 _msg_info "Press Enter to continue or Ctrl + C to cancel."
 read