Skip to content

Commit 9c741d8

Browse files
committed
Remove beta workflow from ci config
1 parent fdbd636 commit 9c741d8

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

.circleci/config.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,6 @@ jobs:
6666
AUTH0_CFG: 01-Authorization-RS256
6767
SAMPLE_PATH: 01-Authorization-RS256
6868
<<: *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
7669

7770
workflows:
7871
version: 2
@@ -84,7 +77,3 @@ workflows:
8477
context: Quickstart API Tests
8578
requires:
8679
- checkout
87-
- 01-Authorization-RS256-BETA:
88-
context: Quickstart API Tests
89-
requires:
90-
- checkout

0 commit comments

Comments
 (0)