Skip to content

Commit bfd0963

Browse files
authored
fix(ci): use python executor for the publish task - DIA-50447 (#74)
1 parent 713d170 commit bfd0963

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,7 @@ jobs:
106106
codecov_flag: python_version<<parameters.python_version>>-sqlalchemy<<parameters.sqlalchemy_version>>-<<parameters.asyncpg>>-<<parameters.aws_rds_iam>>
107107

108108
publish:
109-
docker:
110-
- image: cimg/python:latest
111-
auth:
112-
username: $DOCKERHUB_USER
113-
password: $DOCKERHUB_ACCESS_TOKEN
109+
executor: python
114110
working_directory: ~/project/.
115111
steps:
116112
- base/setup

0 commit comments

Comments
 (0)