mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-27 14:59:29 +01:00
follow: Fix release type CI variable
This commit is contained in:
parent
6e2fa2a681
commit
a522b3ff4e
@ -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…
Reference in New Issue
Block a user