Skip to content
This repository was archived by the owner on Jun 7, 2024. It is now read-only.
This repository is currently being migrated. It's locked while the migration is in progress.

Commit 05657e3

Browse files
committed
Add gitai_ci context
1 parent c657721 commit 05657e3

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.circleci/config.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,10 @@ jobs:
7575
workflows:
7676
tests:
7777
jobs:
78-
- prepare
78+
- prepare:
79+
context: gitai_ci
7980
- build:
81+
context: gitai_ci
8082
cpu: Xeon
8183
os_version: '16.04'
8284
category: media
@@ -86,6 +88,7 @@ workflows:
8688
requires:
8789
- prepare
8890
- build:
91+
context: gitai_ci
8992
cpu: Xeon
9093
os_version: '18.04'
9194
category: media
@@ -105,8 +108,10 @@ workflows:
105108
only:
106109
- master
107110
jobs:
108-
- prepare
111+
- prepare:
112+
context: gitai_ci
109113
- build:
114+
context: gitai_ci
110115
cpu: Xeon
111116
os_version: '16.04'
112117
category: media
@@ -116,6 +121,7 @@ workflows:
116121
requires:
117122
- prepare
118123
- build:
124+
context: gitai_ci
119125
cpu: Xeon
120126
os_version: '18.04'
121127
category: media

0 commit comments

Comments
 (0)