Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
liberty
tunnel
liberty-tunnel-ios
Commits
b3623cd8
Commit
b3623cd8
authored
Aug 28, 2018
by
Jose Blaya
Browse files
Update gitlab-ci.yml file to deploy manually to beta from release branch
parent
5e434f41
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
b3623cd8
...
...
@@ -95,6 +95,43 @@ qa_notify:
tags
:
-
ios
beta_manual_archive
:
stage
:
archive
variables
:
MATCH_TYPE
:
"
appstore"
GYM_SCHEME
:
"
PIA
VPN"
GYM_EXPORT_METHOD
:
"
app-store"
script
:
#- bundle exec fastlane clean_openssl
-
bundle exec fastlane create_archive
artifacts
:
paths
:
-
"
$STAGE_ARTIFACTS_PATH/$STAGE_ARCHIVE_NAME.*"
expire_in
:
1 week
when
:
manual
only
:
-
release/^(\d+\.)?(\d+\.)?(\*|\d+)
tags
:
-
ios
beta_manual_deploy
:
stage
:
deploy
variables
:
PILOT_IPA
:
"
$STAGE_ARTIFACTS_PATH/$STAGE_ARCHIVE_NAME.ipa"
PILOT_DISTRIBUTE_EXTERNAL
:
"
true"
DEMO_ACCOUNT_REQUIRED
:
"
true"
script
:
-
bundle exec fastlane beta_deploy
environment
:
name
:
"
testflight"
when
:
manual
only
:
-
release/^(\d+\.)?(\d+\.)?(\*|\d+)
tags
:
-
ios
beta_archive
:
stage
:
archive
variables
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment