Skip to content

Commit 4d17308

Browse files
authored
CircleCI docs: fix invalid executor key (#2607)
executorType is no longer a valid executor definition. The simplest form to designate using machine executor is `machine: true`
1 parent 3f3f4b2 commit 4d17308

File tree

1 file changed

+1
-1
lines changed
  • docs/supported_docker_environment/continuous_integration

1 file changed

+1
-1
lines changed

docs/supported_docker_environment/continuous_integration/circle_ci.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Here is a sample CircleCI configuration that does a checkout of a project and ru
99
# Check https://circleci.com/docs/2.0/language-java/ for more details
1010
#
1111
version: 2
12-
executorType: machine
12+
machine: true
1313
jobs:
1414
build:
1515
steps:

0 commit comments

Comments
 (0)