Browse Source

💚 fix wrong executor name

pull/2/head
Morgan Lombard 6 years ago
parent
commit
e2cd289691
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -53,7 +53,7 @@ executors:
jobs:
initial-build:
executor: my-executor
executor: docker-python-executor
steps:
- checkout
- restore_cache_cmd

Loading…
Cancel
Save