Skip to content

Instantly share code, notes, and snippets.

@joshstrange
Created October 14, 2017 22:54
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joshstrange/b6948d95597a5e9e67623a913baebb50 to your computer and use it in GitHub Desktop.
Save joshstrange/b6948d95597a5e9e67623a913baebb50 to your computer and use it in GitHub Desktop.
Gitlab CI Config for Fastlane
stages:
- beta
variables:
LC_ALL: "en_US.UTF-8"
LANG: "en_US.UTF-8"
test_flight_build:
dependencies: []
stage: beta
script:
- fastlane ios beta
tags:
- ios
only:
- alpha
play_alpha_build:
dependencies: []
stage: beta
script:
- fastlane android alpha
tags:
- ios
only:
- alpha
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment