-
Notifications
You must be signed in to change notification settings - Fork 2
lane
Piotr Sękara edited this page May 29, 2020
·
3 revisions
Used to run Fastlane lane.
Name | Description | Required | Type | Default |
---|---|---|---|---|
name | Defines lane name to run. | True | String | - |
options | Defines dictionary with lane options. | False | Hash(Any) | {} |
deploy:
default:
- lane:
name: "upload_app"
options:
notify: true
This wiki and the Highway README document contains a lot of information, please take your time and read these instructions carefully.