Skip to content

Commit 1e392fe

Browse files
fix: Bump image version from 2 to 3 in Ubuntu (#67)
* fix: Bump image version from 2 to 3.1.0 in Ubuntu and Windows Changes - Bump image version in the ubuntu * Update Ubuntu ot use version 3 of the images * Update ubuntu container as well * Bump image version in create activation step too --------- Co-authored-by: Gabriel Le Breton <[email protected]>
1 parent f4aef31 commit 1e392fe

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/executors/ubuntu-container-runner.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ parameters:
2424
type: string
2525

2626
docker:
27-
- image: 'unityci/editor:ubuntu-<<parameters.editor_version>>-<<parameters.target_platform>>-2'
27+
- image: 'unityci/editor:ubuntu-<<parameters.editor_version>>-<<parameters.target_platform>>-3'
2828
environment:
2929
- GAMECI_EDITOR_VERSION=<< parameters.editor_version >>
3030
- GAMECI_TARGET_PLATFORM=<< parameters.target_platform >>

src/executors/ubuntu.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ parameters:
2626
enum: [ small, medium, medium+, large, xlarge, 2xlarge, 2xlarge+ ]
2727

2828
docker:
29-
- image: 'unityci/editor:ubuntu-<<parameters.editor_version>>-<<parameters.target_platform>>-2'
29+
- image: 'unityci/editor:ubuntu-<<parameters.editor_version>>-<<parameters.target_platform>>-3'
3030
environment:
3131
- GAMECI_EDITOR_VERSION=<< parameters.editor_version >>
3232
- GAMECI_TARGET_PLATFORM=<< parameters.target_platform >>

src/jobs/create-activation-file.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ parameters:
1010
default: "2021.3.7f1"
1111

1212
docker:
13-
- image: 'unityci/editor:ubuntu-<<parameters.editor_version>>-base-1'
13+
- image: 'unityci/editor:ubuntu-<<parameters.editor_version>>-base-3'
1414

1515
resource_class: medium
1616

0 commit comments

Comments
 (0)