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