Skip to content

Commit 80569cd

Browse files
committed
fixinf config
1 parent ac9309b commit 80569cd

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.circleci/config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,31 +60,31 @@ jobs:
6060
01-login:
6161
machine: true
6262
environment:
63-
- AUTH0_CFG: 01-Login/auth0-variables.js
63+
- AUTH0_CFG: 01-Login/src/Auth/auth0-variables.js
6464
- SAMPLE_PATH: 01-Login
6565
<<: *defaults
6666
02-user-profile:
6767
machine: true
6868
environment:
69-
- AUTH0_CFG: 02-User-Profile/auth0-variables.js
69+
- AUTH0_CFG: 02-User-Profile/src/Auth/auth0-variables.js
7070
- SAMPLE_PATH: 02-User-Profile
7171
<<: *defaults
7272
03-calling-an-api:
7373
machine: true
7474
environment:
75-
- AUTH0_CFG: 03-Calling-an-API/auth0-variables.js
75+
- AUTH0_CFG: 03-Calling-an-API/src/Auth/auth0-variables.js
7676
- SAMPLE_PATH: 03-Calling-an-API
7777
<<: *defaults
7878
04-authorization:
7979
machine: true
8080
environment:
81-
- AUTH0_CFG: 04-Authorization/auth0-variables.js
81+
- AUTH0_CFG: 04-Authorization/src/Auth/auth0-variables.js
8282
- SAMPLE_PATH: 04-Authorization
8383
<<: *defaults
8484
05-token-renewal:
8585
machine: true
8686
environment:
87-
- AUTH0_CFG: 05-Token-Renewal/auth0-variables.js
87+
- AUTH0_CFG: 05-Token-Renewal/src/Auth/auth0-variables.js
8888
- SAMPLE_PATH: 05-Token-Renewal
8989
<<: *defaults
9090

0 commit comments

Comments
 (0)