Skip to content

Commit f0f6f20

Browse files
committed
circleci use default remote docker image
Signed-off-by: hwassman <[email protected]>
1 parent a62405e commit f0f6f20

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ jobs:
2424
. venv/bin/activate
2525
flake8 --max-line-length=999 --ignore=E731,E741,E712,E722,W503 --exclude=venv* --statistics
2626
nose2
27-
- setup_remote_docker:
28-
version: 20.10.17
27+
- setup_remote_docker
2928
- run:
3029
name: Build Docker image
3130
command: |

0 commit comments

Comments
 (0)