Commit 2a68b988 authored by 张杰's avatar 张杰

no message

parent 0fa91728
...@@ -158,4 +158,4 @@ DEPENDENCIES ...@@ -158,4 +158,4 @@ DEPENDENCIES
fastlane-plugin-pgyer fastlane-plugin-pgyer
BUNDLED WITH BUNDLED WITH
1.16.0 1.16.2
...@@ -17,13 +17,13 @@ platform :ios do ...@@ -17,13 +17,13 @@ platform :ios do
if options[:to] == "alpha" if options[:to] == "alpha"
puts " \033[31m打包完成,正在上传测试蒲公英\033[0m\n" puts " \033[31m打包完成,正在上传测试蒲公英\033[0m\n"
pgyer(api_key: "c27ea6ef7f1bba43b0eec5992ecfee27", user_key: "d5f2caf1ff895edcdf318e20bccc080c") pgyer(api_key: "1c1acff227f9dea3eafd531ba369680d", user_key: "02794c3c6f78cbfda696f807d4cb1da0")
end end
if options[:to] == "release" # if options[:to] == "release"
puts " \033[31m打包完成,正在上传正式蒲公英\033[0m\n" # puts " \033[31m打包完成,正在上传正式蒲公英\033[0m\n"
pgyer(api_key: "e76d1eeacca62bc9310120f34febcbc8", user_key: "7177be6d7a474d4444675e716f64e66d") # pgyer(api_key: "e76d1eeacca62bc9310120f34febcbc8", user_key: "7177be6d7a474d4444675e716f64e66d")
end # end
# pgyer(api_key: "1c1acff227f9dea3eafd531ba369680d", user_key: "02794c3c6f78cbfda696f807d4cb1da0") # pgyer(api_key: "1c1acff227f9dea3eafd531ba369680d", user_key: "02794c3c6f78cbfda696f807d4cb1da0")
......
...@@ -5,27 +5,22 @@ ...@@ -5,27 +5,22 @@
<testcase classname="fastlane.lanes" name="0: Verifying fastlane version" time="0.0017"> <testcase classname="fastlane.lanes" name="0: Verifying fastlane version" time="0.001981">
</testcase> </testcase>
<testcase classname="fastlane.lanes" name="1: default_platform" time="0.001669"> <testcase classname="fastlane.lanes" name="1: default_platform" time="0.001646">
</testcase> </testcase>
<testcase classname="fastlane.lanes" name="2: default_platform" time="0.001326"> <testcase classname="fastlane.lanes" name="2: default_platform" time="0.001112">
</testcase> </testcase>
<testcase classname="fastlane.lanes" name="3: gym" time="19.674173"> <testcase classname="fastlane.lanes" name="3: gym" time="17.586659">
</testcase>
<testcase classname="fastlane.lanes" name="4: pgyer" time="13.200548">
</testcase> </testcase>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment