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
e31939f5
Commit
e31939f5
authored
41 minutes 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
5 additions
and
3 deletions
+5
-3
.circleci/config.yml
View file @
e31939f5
...
...
@@ -208,7 +208,7 @@ workflows:
branches
:
only
:
-
/stable-*/
-
/
release
-*/
-
/
test
-*/
-
test/circle-ci
-
sentry
:
requires
:
...
...
This diff is collapsed.
.gitlab-ci.yml
View file @
e31939f5
...
...
@@ -17,6 +17,7 @@ test:jest:
before_script
:
-
yarn install --frozen-lockfile
script
:
-
'
echo
$ANDROID_PLAYSTORE_JSON'
-
yarn test
# Upload new terms to poeditor
...
...
@@ -163,10 +164,11 @@ 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'
-
'
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