File tree 1 file changed +14
-14
lines changed
1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change 5
5
6
6
7
7
jobs :
8
- test-dev-tag-as-not-passed :
9
- docker :
10
- - image : rishabhpoddar/supertokens_python_driver_testing
11
- steps :
12
- - checkout
13
- - run : (cd .circleci/ && ./markDevTagAsTestNotPassed.sh)
8
+ # test-dev-tag-as-not-passed:
9
+ # docker:
10
+ # - image: rishabhpoddar/supertokens_python_driver_testing
11
+ # steps:
12
+ # - checkout
13
+ # - run: (cd .circleci/ && ./markDevTagAsTestNotPassed.sh)
14
14
test-unit :
15
15
docker :
16
16
- image : python:<< parameters.python-version >>
@@ -321,15 +321,15 @@ workflows:
321
321
version : 2
322
322
tagged-build :
323
323
jobs :
324
- - test-dev-tag-as-not-passed :
325
- filters :
326
- tags :
327
- only : /dev-v[0-9]+(\.[0-9]+)*/
328
- branches :
329
- only : /test-cicd\/.*/
324
+ # - test-dev-tag-as-not-passed:
325
+ # filters:
326
+ # tags:
327
+ # only: /dev-v[0-9]+(\.[0-9]+)*/
328
+ # branches:
329
+ # only: /test-cicd\/.*/
330
330
- test-unit :
331
- requires :
332
- - test-dev-tag-as-not-passed
331
+ # requires:
332
+ # - test-dev-tag-as-not-passed
333
333
context :
334
334
- slack-notification
335
335
filters :
You can’t perform that action at this time.
0 commit comments