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
217
Merge Requests
12
Security & Compliance
Packages
Analytics
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Minds
Minds Mobile
Commits
3a8dc0b1
Commit
3a8dc0b1
authored
1 minute ago
by
Martin Santangelo
Browse files
Options
Download
(fix) regex circle
parent
be769e9e
test/3.16.0-smoke1
No related merge requests found
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
.gitlab-ci.yml
View file @
3a8dc0b1
...
...
@@ -135,8 +135,8 @@ build:androidproduction-playstore:
when
:
on_success
only
:
refs
:
-
/^stable
-
*/
-
/^test
-
*/
-
/^stable
.
*/
-
/^test
.
*/
# Deploy Web/PlayStore versions to s3 and browserstack
deploy:s3andbrowserstack:
...
...
@@ -153,8 +153,8 @@ deploy:s3andbrowserstack:
-
build:androidproduction-playstore
only
:
refs
:
-
/^stable
-
*/
-
/^test
-
*/
-
/^stable
.
*/
-
/^test
.
*/
deploy:google_play:
image
:
circleci/android:api-28-node
...
...
This diff is collapsed.
Please
register
or
sign in
to comment