Skip to content

Commit ada31c2

Browse files
authored
Correct version of Python in example config (circleci#5122)
Corrected the version of python specified in the compiled config snippet to match that of the parameter being passed in.
1 parent d9abb96 commit ada31c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jekyll/_cci2/reusing-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -895,7 +895,7 @@ jobs:
895895
build:
896896
steps: []
897897
docker:
898-
- image: cimg/python:3.8
898+
- image: cimg/python:2.7
899899
auth:
900900
username: mydockerhub-user
901901
password: $DOCKERHUB_PASSWORD # context / project UI env-var reference

0 commit comments

Comments
 (0)