Commit 68bd5331 authored by BryceLTaylor's avatar BryceLTaylor

circleci use an older version of python (3.8.7) so s3cmd will run

s3cmd does not work with python 3.9.1 yet.
parent db245d96
...@@ -3,7 +3,7 @@ version: 2.1 ...@@ -3,7 +3,7 @@ version: 2.1
aliases: aliases:
- &defaults - &defaults
docker: docker:
- image: circleci/python:3.9.1-node-browsers - image: circleci/python:3.8.7-node-browsers
auth: auth:
username: $DOCKERHUB_USERNAME username: $DOCKERHUB_USERNAME
password: $DOCKERHUB_PASSWORD password: $DOCKERHUB_PASSWORD
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment