We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdbd636 commit 9c741d8Copy full SHA for 9c741d8
1 file changed
.circleci/config.yml
@@ -66,13 +66,6 @@ jobs:
66
AUTH0_CFG: 01-Authorization-RS256
67
SAMPLE_PATH: 01-Authorization-RS256
68
<<: *defaults
69
- 01-Authorization-RS256-BETA:
70
- machine:
71
- <<: *machine-cfg
72
- environment:
73
- AUTH0_CFG: 01-Authorization-RS256-BETA
74
- SAMPLE_PATH: 01-Authorization-RS256-BETA
75
- <<: *defaults
76
77
workflows:
78
version: 2
@@ -84,7 +77,3 @@ workflows:
84
context: Quickstart API Tests
85
requires:
86
79
- checkout
87
- - 01-Authorization-RS256-BETA:
88
- context: Quickstart API Tests
89
- requires:
90
- - checkout
0 commit comments