Skip to content

Commit eb350c3

Browse files
committed
#9 hack
1 parent cd92051 commit eb350c3

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.circleci/config.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55

66
defaults: &defaults
77
working_directory: /tmp
8-
environment:
9-
- CC_TEST_REPORTER_ID: $CC_TEST_REPORTER_ID
108

119
version: 2
1210
jobs:
@@ -138,10 +136,11 @@ jobs:
138136

139137
upload_to_code_climate:
140138
<<: *defaults
141-
machine: true
139+
docker:
140+
- image: circleci/python:3.6.1
141+
environment:
142+
CC_TEST_REPORTER_ID: $CC_TEST_REPORTER_ID
142143
working_directory: ~/repo
143-
environment:
144-
- CC_TEST_REPORTER_ID: $CC_TEST_REPORTER_ID
145144
steps:
146145
- attach_workspace:
147146
at: ~/repo/tmp

0 commit comments

Comments
 (0)