Преглед изворни кода

Merge pull request #10025 from nextcloud/fix/fastlane-artifact-number

fastlane: Increase number of expected artifacts to 4
Álvaro Brey пре 3 година
родитељ
комит
1666224219
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      fastlane/Fastfile

+ 1 - 1
fastlane/Fastfile

@@ -191,7 +191,7 @@ private_lane :createChangelogPullRequest_Final do |options|
 end
 
 private_lane :checkIfAPKexists do |options|
-    sh("if [ $(/bin/ls -1 ../release | wc -l) -ne 3 ]; then echo 'APKs do not exist ../release/; aborting!' ; exit 1 ;
+    sh("if [ $(/bin/ls -1 ../release | wc -l) -ne 4 ]; then echo 'Release artifacts not present or wrong number present; aborting!' ; exit 1 ;
      fi")
 end