Skip to content

Commit 58d2e72

Browse files
author
Sachin Maheshwari
committed
adding global circleci context
1 parent e37af6d commit 58d2e72

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,12 @@ workflows:
7070
jobs:
7171
# Development builds are executed on "develop" branch only.
7272
- "build-dev":
73+
context : org-global
7374
filters:
7475
branches:
75-
only: ['develop', 'feature/auth0-proxy-server']
76+
only: ['develop']
7677
- "build-prod":
78+
context : org-global
7779
filters:
7880
branches:
7981
only: master

0 commit comments

Comments
 (0)