Skip to content

Commit

Permalink
CircleCI docs: fix invalid executor key (#2607)
Browse files Browse the repository at this point in the history
executorType is no longer a valid executor definition. The simplest form to designate using machine executor is `machine: true`
  • Loading branch information
fernfernfern committed Apr 23, 2020
1 parent 3f3f4b2 commit 4d17308
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -9,7 +9,7 @@ Here is a sample CircleCI configuration that does a checkout of a project and ru
# Check https://circleci.com/docs/2.0/language-java/ for more details
#
version: 2
executorType: machine
machine: true
jobs:
build:
steps:
Expand Down

0 comments on commit 4d17308

Please sign in to comment.