lane - netguru/highway GitHub Wiki

Description

Used to run Fastlane lane.

Parameters

Name Description Required Type Default
name Defines lane name to run. True String -
options Defines dictionary with lane options. False Hash(Any) {}

Example

deploy:
    default:
        - lane:
            name: "upload_app"
            options: 
                notify: true