mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Update CircleCI Python image (#3742)
Update CircleCI Python image to `3.6.4` and `3.6.2` no longer exists.
This commit is contained in:
committed by
k8s-ci-robot
parent
624c58299d
commit
ca629cc950
@@ -2,8 +2,7 @@ version: 2
|
||||
jobs:
|
||||
build:
|
||||
docker:
|
||||
# TODO: Update to 3.6.3 when the image become available
|
||||
- image: circleci/python:3.6.2
|
||||
- image: circleci/python:3.6.4
|
||||
steps:
|
||||
- checkout
|
||||
- run:
|
||||
@@ -11,4 +10,4 @@ jobs:
|
||||
command: test/circle/install.sh
|
||||
- run:
|
||||
name: lint
|
||||
command: test/circle/lint.sh
|
||||
command: test/circle/lint.sh
|
||||
|
||||
Reference in New Issue
Block a user