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
180
Merge Requests
17
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
75121f19
Commit
75121f19
authored
10 minutes ago
by
Martin Santangelo
Browse files
Options
Download
(chore) remove validate only for play store upload
parent
452d6eea
feat/improved-ci-flow-play-store
1 merge request
!466
CI Improvements
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.gitlab-ci.yml
View file @
75121f19
...
...
@@ -166,7 +166,7 @@ deploy:google_play:
-
'
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
--validate_only
true
-
bundle exec fastlane supply --apk ../Minds-$CI_COMMIT_REF_SLUG-play_store.apk --track beta
dependencies
:
-
build:androidproduction-playstore
only
:
...
...
This diff is collapsed.
Please
register
or
sign in
to comment