Skip to content

Commit

Permalink
Build messages/elixir using our own docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
Aslak Hellesøy committed Sep 29, 2020
1 parent d2f6202 commit d783dbf
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,6 @@ executors:
docker:
- image: circleci/python:3.8.6
working_directory: ~/cucumber
# Elixir
docker-circleci-elixir:
docker:
- image: circleci/elixir:1.10.4
working_directory: ~/cucumber

###
### Jobs ###
Expand Down Expand Up @@ -813,7 +808,7 @@ jobs:
### Elixir

messages-elixir:
executor: docker-circleci-elixir
executor: docker-cucumber-build
steps:
- attach_workspace:
at: "~/cucumber"
Expand Down

0 comments on commit d783dbf

Please sign in to comment.