Skip to content

Commit

Permalink
Explicitly declare executor, to prevent flake.
Browse files Browse the repository at this point in the history
Flake shown in sourcecred#1385 job.
  • Loading branch information
Beanow committed Sep 19, 2019
1 parent 8f46d7d commit 4eb7d36
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Expand Up @@ -10,6 +10,8 @@ orbs:
docker: circleci/docker@0.5.13

executors:
# Explicit executor, from docker orb.
docker-host: docker/machine
node10:
docker:
- image: circleci/node:10
Expand Down Expand Up @@ -65,6 +67,7 @@ workflows:
jobs:
- test
- docker/publish:
executor: docker-host
deploy: false
image: sourcecred/sourcecred
tag: latest
Expand All @@ -85,6 +88,7 @@ workflows:
echo "Version that would be used for Docker tag is ${DOCKER_TAG}"
- docker/publish:
executor: docker-host
image: sourcecred/sourcecred
tag: latest
requires:
Expand Down Expand Up @@ -121,6 +125,7 @@ workflows:
- /ci-.*/

- docker/publish:
executor: docker-host
image: sourcecred/sourcecred
extra_build_args: --cache-from=node:12,sourcecred/sourcecred:dev
before_build:
Expand Down

0 comments on commit 4eb7d36

Please sign in to comment.