File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- ci_version : &ci_version "${CI_VERSION:-0.14.0 }"
2
+ ci_version : &ci_version "${CI_VERSION:-0.14.1 }"
3
3
4
4
steps :
5
5
# Trigger a 4.26 build
11
11
message : " exampleproject-4.26 ${BUILDKITE_MESSAGE}"
12
12
env :
13
13
BUILD_TYPE : " EXAMPLE"
14
- GDK_BRANCH : " ${GDK_BRANCH:-match_branch_name_pref::0.14.0 }"
15
- ENGINE_BRANCH : " ${ENGINE_BRANCH_426:-match_branch_name_pref_engine::4.26-SpatialOSUnrealGDK-0.14.0 }"
14
+ GDK_BRANCH : " ${GDK_BRANCH:-match_branch_name_pref::0.14.1 }"
15
+ ENGINE_BRANCH : " ${ENGINE_BRANCH_426:-match_branch_name_pref_engine::4.26-SpatialOSUnrealGDK-0.14.1 }"
16
16
ENGINE_MAJOR : " 4.26"
17
17
PROJECT_BRANCH : " main_branch::${BUILDKITE_BRANCH}"
18
18
USE_FASTBUILD : " ${USE_FASTBUILD:-True}"
Original file line number Diff line number Diff line change 1
- 0.14.0
1
+ 0.14.1
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " your_project_name_here" ,
3
3
"project_version" : " 0.0.1" ,
4
- "sdk_version" : " 15.0 .1" ,
4
+ "sdk_version" : " 15.1 .1" ,
5
5
"dependencies" : [
6
6
{
7
7
"name" : " standard_library" ,
8
- "version" : " 15.0 .1"
8
+ "version" : " 15.1 .1"
9
9
}
10
10
]
11
11
}
You can’t perform that action at this time.
0 commit comments