Skip to content

Commit bad8c22

Browse files
committed
Fix the indentation for the resource class statement for Windows on Server
resource_class is only available under machine in 2.1 config, in 2.0 it's required to be at the same level as the executor.
1 parent adc2e02 commit bad8c22

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

jekyll/_cci2/executor-intro.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
build: # name of your job
8888
machine:
8989
image: windows-default # Windows machine image
90-
resource_class: windows.medium
90+
resource_class: windows.medium
9191
steps:
9292
# Commands are run in a Windows virtual machine environment
9393
- checkout

jekyll/_cci2/executor-types.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ jobs:
190190
build: # name of your job
191191
machine:
192192
image: windows-default # Windows machine image
193-
resource_class: windows.medium
193+
resource_class: windows.medium
194194
steps:
195195
# Commands are run in a Windows virtual machine environment
196196
- checkout

jekyll/_cci2/hello-world-windows.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
build: # name of your job
7575
machine:
7676
image: windows-default # Windows machine image
77-
resource_class: windows.medium
77+
resource_class: windows.medium
7878
steps:
7979
# Commands are run in a Windows virtual machine environment
8080
- checkout

0 commit comments

Comments
 (0)