Skip to content

Commit

Permalink
Use a different dummy package
Browse files Browse the repository at this point in the history
  • Loading branch information
NelsonVides committed Dec 4, 2019
1 parent c266768 commit faad865
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ executors:
parameters:
mpush-docker:
type: string
default: "tianon/true"
default: "circleci/python:stretch"
erlang_version:
type: string
default: "22.0"
Expand Down Expand Up @@ -217,7 +217,7 @@ jobs:
executor:
name: elixir-builder
env: prod
mpush-docker: "tianon/true"
mpush-docker: "circleci/python:stretch"
steps:
- checkout
- setup_remote_docker:
Expand Down

0 comments on commit faad865

Please sign in to comment.