Skip to content
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Minds Mobile
Project overview
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
171
Merge Requests
16
Security & Compliance
Packages
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Minds
Minds Mobile
Commits
dd4da6e1
Commit
dd4da6e1
authored
1 hour ago
by
Martin Santangelo
Browse files
Options
Download
wip2
parent
263e7d9b
No related merge requests found
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
.circleci/config.yml
View file @
dd4da6e1
...
...
@@ -208,8 +208,8 @@ workflows:
branches
:
only
:
-
/stable-*/
-
/
release
-*/
-
test/
circle-ci
-
/
test
-*/
-
test/
improved-ci-flow-play-store
-
sentry
:
requires
:
-
ios
This diff is collapsed.
.gitlab-ci.yml
View file @
dd4da6e1
...
...
@@ -163,10 +163,10 @@ deploy:google_play:
before_script
:
-
cd android
-
bundle install --path=vendor/bundle
-
'
echo
$ANDROID_PLAYSTORE_JSON
|
base64
--decode
>
../
app/play-store.json'
-
'
echo
$ANDROID_PLAYSTORE_JSON
|
base64
--decode
>
app/play-store.json'
script
:
-
echo "Upload to the play store Minds-$CI_COMMIT_REF_SLUG-play_store.apk"
-
bundle exec fastlane supply --apk ../Minds-$CI_COMMIT_REF_SLUG-play_store.apk --track beta --
rollout
0
-
bundle exec fastlane supply --apk ../Minds-$CI_COMMIT_REF_SLUG-play_store.apk --track beta --
validate_only
true
dependencies
:
-
build:androidproduction-playstore
only
:
...
...
This diff is collapsed.
Please
register
or
sign in
to comment