Fastlane
This commit is contained in:
parent
8ac06f54dd
commit
b64acd1cc9
@ -77,6 +77,10 @@ buildRelease:
|
||||
- bundle exec fastlane buildRelease
|
||||
environment:
|
||||
name: production
|
||||
only:
|
||||
- /^v[0-9]*\.[0-9]*\.[0-9]*$/i
|
||||
except:
|
||||
- branches
|
||||
|
||||
testDebug:
|
||||
image: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG
|
||||
|
Loading…
Reference in New Issue
Block a user