Skip to content

Commit

Permalink
chore: 🤖 more debugging for ios fastlane
Browse files Browse the repository at this point in the history
  • Loading branch information
Radu Achim committed Jan 15, 2020
1 parent 20c2157 commit e7a81dd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
script:
- |
echo "OPERATOR_URL=${OPERATOR_URL} DROPBOX_KEY=${PDS_KEY}" > .env
cd ios && cat ../.env && fastlane ios_testflight
cd ios && cat ../.env && fastlane manual_alpha_release
- stage: deliver
name: "Build Docker image"
Expand Down
17 changes: 9 additions & 8 deletions ios/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -91,14 +91,15 @@ platform :ios do
end

lane :manual_alpha_release do
match(
type: "appstore",
readonly: true,
)

increment_build_number(xcodeproj: "Egendata.xcodeproj")
build_app(scheme: "Egendata", export_method: "app-store")
pilot(skip_waiting_for_build_processing: true)
sh("cat", "../../.env")
# match(
# type: "appstore",
# readonly: true,
# )

# increment_build_number(xcodeproj: "Egendata.xcodeproj")
# build_app(scheme: "Egendata", export_method: "app-store")
# pilot(skip_waiting_for_build_processing: true)
end

lane :beta do
Expand Down

0 comments on commit e7a81dd

Please sign in to comment.