fastlane
This commit is contained in:
parent
27d254e679
commit
66d6088afc
@ -1,4 +1,3 @@
|
|||||||
image: vratislav/gitlab-ci-fastlane-android
|
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- environment
|
- environment
|
||||||
@ -67,9 +66,10 @@ cache:
|
|||||||
- app/build/outputs
|
- app/build/outputs
|
||||||
|
|
||||||
buildDebug:
|
buildDebug:
|
||||||
|
image: vratislav/gitlab-ci-fastlane-android
|
||||||
extends: .build_job
|
extends: .build_job
|
||||||
script:
|
script:
|
||||||
- /usr/local/bin/bundle exec fastlane buildDebug
|
- bundle exec fastlane buildDebug
|
||||||
|
|
||||||
#buildCreateReleaseNotes:
|
#buildCreateReleaseNotes:
|
||||||
# extends: .build_job
|
# extends: .build_job
|
||||||
|
Loading…
Reference in New Issue
Block a user