Skip to content

Commit 45f15e2

Browse files
authored
Merge pull request #17 from circleci/onprem-1085/postgres
ONPREM-1085 | using org-global ctx
2 parents e910417 + c7ddfcb commit 45f15e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,22 +50,22 @@ workflows:
5050
my-workflow:
5151
jobs:
5252
- scan_postgresql:
53-
context: "on-prem-publishing"
53+
context: "org-global"
5454
filters:
5555
branches:
5656
ignore:
5757
- main
5858
- /^server-\d\..+/
5959
- publish_postgresql:
60-
context: "on-prem-publishing"
60+
context: "org-global"
6161
filters:
6262
branches:
6363
only:
6464
- main
6565
- /^server-\d\..+/
6666
- scotty-orb/test-in-server-and-promote:
6767
name: test-in-server-and-promote
68-
context: "on-prem-publishing"
68+
context: "org-global"
6969
requires:
7070
- publish_postgresql
7171
promotion_component_list: "circleci/server-postgres"

0 commit comments

Comments
 (0)