Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

Commit 2f475f7

Browse files
authored
Remove context reference from CircleCI (#175)
1 parent 9fe5e1f commit 2f475f7

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

Diff for: .circleci/config.yml

+3-9
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,6 @@ workflows:
8282
version: 2
8383
build:
8484
jobs:
85-
- python-2.7:
86-
context:
87-
- dash-docker-hub
88-
- python-3.6:
89-
context:
90-
- dash-docker-hub
91-
- python-3.7:
92-
context:
93-
- dash-docker-hub
85+
- python-2.7
86+
- python-3.6
87+
- python-3.7

0 commit comments

Comments
 (0)