Commit b70025df authored by vae's avatar vae 🚴

add

parent 858061c2
Pipeline #120 failed with stage
in 22 minutes and 6 seconds
stages: stages:
- pod
- deploy - deploy
addDependents:
stage: pod
script: pod install
tags:
- xcode
only:
refs:
- test-cicd
upload: upload:
stage: deploy stage: deploy
script: fastlane betaG script: fastlane betaG
......
...@@ -35,6 +35,7 @@ platform :ios do ...@@ -35,6 +35,7 @@ platform :ios do
end end
lane :betaG do lane :betaG do
cocoapods
get_certificates(output_path:"outPut/GotoBus") get_certificates(output_path:"outPut/GotoBus")
get_provisioning_profile( get_provisioning_profile(
provisioning_name:"FT iOS: com.GoToBus.app", provisioning_name:"FT iOS: com.GoToBus.app",
......
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