Skip to content

Commit 17a38f7

Browse files
authored
ci: use environment variables from context (#1074)
1 parent 45b070d commit 17a38f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,12 +204,14 @@ workflows:
204204
requires:
205205
- build
206206
- test_size:
207+
context: fx-libraries
207208
requires:
208209
- build
209210
# - test_cypress:
210211
# requires:
211212
# - build
212213
- release:
214+
context: fx-libraries
213215
requires:
214216
- test_unit
215217
- test_lint

0 commit comments

Comments
 (0)