Skip to content

Commit 6929ce6

Browse files
committed
fix ci commands to add region
1 parent d7b02fd commit 6929ce6

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.circleci/config.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ jobs:
88
parameters:
99
game:
1010
type: string
11+
region:
12+
type: string
1113
steps:
1214
- checkout
1315
- run: make << parameters.game >>
@@ -16,7 +18,7 @@ jobs:
1618
# Only do it if the makefile is in BUILD_VANILLA mode, though.
1719
- run:
1820
name: Verify checksum (if applicable)
19-
command: grep 'BUILD_VANILLA = false' Makefile || tools/build/verify-checksum.sh << parameters.game >>
21+
command: grep 'BUILD_VANILLA = false' Makefile || tools/build/verify-checksum.sh << parameters.game >> << parameters.region >>
2022

2123

2224
workflows:
@@ -25,6 +27,8 @@ workflows:
2527
- build-game:
2628
name: build-ages
2729
game: ages
30+
region: us
2831
- build-game:
2932
name: build-seasons
3033
game: seasons
34+
region: us

0 commit comments

Comments
 (0)