File tree Expand file tree Collapse file tree 2 files changed +24
-19
lines changed Expand file tree Collapse file tree 2 files changed +24
-19
lines changed Original file line number Diff line number Diff line change 9
9
10
10
jobs :
11
11
test :
12
- docker :
12
+ docker :
13
13
- image : rishabhpoddar/supertokens_android_sdk_testing
14
14
environment :
15
15
JVM_OPTS : -Xmx3200m
@@ -36,18 +36,20 @@ workflows:
36
36
tagged-build :
37
37
jobs :
38
38
- test :
39
- context :
40
- - slack-notification
39
+ # context:
40
+ # - slack-notification
41
41
filters :
42
42
tags :
43
43
only : /dev-v[0-9]+(\.[0-9]+)*/
44
44
branches :
45
- only : /test-cicd\/.*/
45
+ only : /fix\/.*/
46
+ # only: /test-cicd\/.*/
46
47
- update-docs :
47
48
context :
48
- - slack-notification
49
+ - slack-notification
49
50
filters :
50
51
tags :
51
52
only : /v[0-9]+(\.[0-9]+)*/
52
53
branches :
53
- ignore : /.*/
54
+ ignore : /.*/
55
+
Original file line number Diff line number Diff line change 20
20
- checkout
21
21
- run : (cd .circleci/ && ./markDevTagAsTestNotPassed.sh)
22
22
test-unit :
23
- docker :
23
+ docker :
24
24
- image : rishabhpoddar/supertokens_android_sdk_testing
25
25
environment :
26
26
JVM_OPTS : -Xmx3200m
@@ -75,22 +75,24 @@ workflows:
75
75
version : 2
76
76
tagged-build :
77
77
jobs :
78
- - test-dev-tag-as-not-passed :
79
- filters :
80
- tags :
81
- only : /dev-v[0-9]+(\.[0-9]+)*/
82
- branches :
83
- only : /test-cicd\/.*/
78
+ # - test-dev-tag-as-not-passed:
79
+ # filters:
80
+ # tags:
81
+ # only: /dev-v[0-9]+(\.[0-9]+)*/
82
+ # branches:
83
+ # # only: /test-cicd\/.*/
84
+ # only: /fix\/.*/
84
85
- test-unit :
85
- requires :
86
- - test-dev-tag-as-not-passed
87
- context :
88
- - slack-notification
86
+ # requires:
87
+ # - test-dev-tag-as-not-passed
88
+ # context:
89
+ # - slack-notification
89
90
filters :
90
91
tags :
91
92
only : /dev-v[0-9]+(\.[0-9]+)*/
92
93
branches :
93
- only : /test-cicd\/.*/
94
+ # only: /test-cicd\/.*/
95
+ only : /fix\/.*/
94
96
matrix :
95
97
parameters :
96
98
fdi-version : placeholder
@@ -103,4 +105,5 @@ workflows:
103
105
tags :
104
106
only : /dev-v[0-9]+(\.[0-9]+)*/
105
107
branches :
106
- ignore : /.*/
108
+ ignore : /.*/
109
+
You can’t perform that action at this time.
0 commit comments