We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd92051 commit eb350c3Copy full SHA for eb350c3
.circleci/config.yml
@@ -5,8 +5,6 @@
5
6
defaults: &defaults
7
working_directory: /tmp
8
- environment:
9
- - CC_TEST_REPORTER_ID: $CC_TEST_REPORTER_ID
10
11
version: 2
12
jobs:
@@ -138,10 +136,11 @@ jobs:
138
136
139
137
upload_to_code_climate:
140
<<: *defaults
141
- machine: true
+ docker:
+ - image: circleci/python:3.6.1
+ environment:
142
+ CC_TEST_REPORTER_ID: $CC_TEST_REPORTER_ID
143
working_directory: ~/repo
144
145
steps:
146
- attach_workspace:
147
at: ~/repo/tmp
0 commit comments