Skip to content

Commit e5de4a2

Browse files
Merging final GDK for Unreal 0.13.1 release
Release 0.13.1
2 parents bfac8c8 + bc1e2f7 commit e5de4a2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.buildkite/nightly.steps.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
ci_version: &ci_version "1.1"
2+
ci_version: &ci_version "1.2"
33

44
steps:
55
# New build pipeline
@@ -12,10 +12,10 @@ steps:
1212
message: "exampleproject-4.26 ${BUILDKITE_MESSAGE}"
1313
env:
1414
BUILD_TYPE: "EXAMPLE"
15-
GDK_BRANCH: "${GDK_BRANCH:-0.13.0}" # NOTE: temp fix for new ci release interop issues
16-
ENGINE_BRANCH: "${ENGINE_BRANCH:-4.26-SpatialOSUnrealGDK-0.13.0}" # NOTE: temp fix for new ci release interop issues
15+
GDK_BRANCH: "${GDK_BRANCH:-match_branch_name_pref::0.13.1}"
16+
ENGINE_BRANCH: "${ENGINE_BRANCH:-match_branch_name_pref_engine::4.26-SpatialOSUnrealGDK-0.13.1}"
1717
ENGINE_MAJOR: "4.26"
18-
PROJECT_BRANCH: "${BUILDKITE_BRANCH}"
18+
PROJECT_BRANCH: "main_branch::${BUILDKITE_BRANCH}"
1919
USE_FASTBUILD: "True"
2020
IS_BUILDKITE_BUILD: "True"
2121
BUILD_ANDROID: "True"

UnrealGDKVersion.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.13.0
1+
0.13.1

0 commit comments

Comments
 (0)