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
c299ab32
Commit
c299ab32
authored
6 minutes ago
by
Martin Santangelo
Browse files
Options
Download
wip2
parent
263e7d9b
test/improved-ci-flow-play-store
No related merge requests found
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
.circleci/config.yml
View file @
c299ab32
...
...
@@ -208,7 +208,7 @@ workflows:
branches
:
only
:
-
/stable-*/
-
/
release
-*/
-
/
test
-*/
-
test/circle-ci
-
sentry
:
requires
:
...
...
This diff is collapsed.
.gitlab-ci.yml
View file @
c299ab32
...
...
@@ -163,7 +163,7 @@ 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
...
...
This diff is collapsed.
Please
register
or
sign in
to comment