Skip to content

Commit 3e431ad

Browse files
Merge pull request circleci#3483 from methane/patch-1
Use Python 3 to install awscli
2 parents c63998b + 86cc27b commit 3e431ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jekyll/_cci2/deployment-integrations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
# build job omitted for brevity
8484
deploy:
8585
docker:
86-
- image: circleci/python:2.7-jessie
86+
- image: circleci/python:3.7-stretch
8787
working_directory: ~/circleci-docs
8888
steps:
8989
- run:

0 commit comments

Comments
 (0)