follow: Fix release type CI variable
This commit is contained in:
parent
c3db8da8fa
commit
85eb40e5b3
2 changed files with 2 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
#!/bin/sh -ve
|
#!/bin/sh -ve
|
||||||
|
RELEASE_TYPE=$(echo $CI_COMMIT_TAG | grep -oE "[a-z]+")
|
||||||
echo $SNAPCRAFT_LOGIN_FILE | snapcraft login --with -
|
echo $SNAPCRAFT_LOGIN_FILE | snapcraft login --with -
|
||||||
snapcraft
|
snapcraft
|
||||||
if [RELEASE_TYPE = "rc"]; then
|
if [RELEASE_TYPE = "rc"]; then
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
#!/bin/sh -ve
|
#!/bin/sh -ve
|
||||||
|
RELEASE_TYPE=$(echo $CI_COMMIT_TAG | grep -oE "[a-z]+")
|
||||||
cd android
|
cd android
|
||||||
if [RELEASE_TYPE = "rc"]; then
|
if [RELEASE_TYPE = "rc"]; then
|
||||||
bundle exec fastlane deploy_candidate
|
bundle exec fastlane deploy_candidate
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue