mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
circleci use an older version of python (3.8.7) so s3cmd will run
s3cmd does not work with python 3.9.1 yet.
This commit is contained in:
parent
db245d9651
commit
68bd53313b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue