소스 검색

fastlane: huawei: Add delay before review

Otherwise we get an error, see https://github.com/shr3jn/fastlane-plugin-huawei_appgallery_connect/issues/34

Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
Álvaro Brey 3 년 전
부모
커밋
1b021a9eb9
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      fastlane/Fastfile

+ 1 - 0
fastlane/Fastfile

@@ -143,6 +143,7 @@ private_lane :uploadToHuawei_Final do |options|
         app_id: ENV["FASTLANE_NEXTCLOUD_HUAWEI_APP_ID"],
         apk_path: "release/huawei-release-" + options["versionCode"] + ".apk",
         submit_for_review: true,
+        delay_before_submit_for_review: 30,
     )
 end