Skip to content

Commit 4eb2a3c

Browse files
committed
chore: Remove unused parameters from CircleCI configuration
- Deleted the `run-on-windows` parameter from both main and continue configuration files to streamline the setup. - Cleaned up the configuration by removing unnecessary comments and settings, enhancing readability.
1 parent 43bce71 commit 4eb2a3c

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

.circleci/config.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,6 @@ setup: true
33
orbs:
44
path-filtering: circleci/path-filtering@1.2.0
55

6-
# Define parameters that will be available in all workflows
7-
parameters:
8-
run-on-windows:
9-
type: boolean
10-
default: false
11-
126
workflows:
137
generate-config:
148
jobs:

.circleci/continue_config.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ parameters:
1313
run-blender-test:
1414
type: boolean
1515
default: false
16-
run-on-windows:
17-
type: boolean
18-
default: false
1916

2017
jobs:
2118
test-self-host:
@@ -26,9 +23,6 @@ jobs:
2623
name: "Check Runner Info"
2724
shell: powershell.exe
2825
command: echo "Hi I'm on Runners!"
29-
timeout: 1m
30-
fail_on_error: false
31-
when: always
3226

3327
unreal-windows:
3428
machine: true

0 commit comments

Comments
 (0)