Skip to content

Commit

Permalink
Merging final GDK for Unreal 0.13.1 release
Browse files Browse the repository at this point in the history
Release 0.13.1
  • Loading branch information
gdk-for-unreal-bot authored Jun 3, 2021
2 parents bfac8c8 + bc1e2f7 commit e5de4a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .buildkite/nightly.steps.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
ci_version: &ci_version "1.1"
ci_version: &ci_version "1.2"

steps:
# New build pipeline
Expand All @@ -12,10 +12,10 @@ steps:
message: "exampleproject-4.26 ${BUILDKITE_MESSAGE}"
env:
BUILD_TYPE: "EXAMPLE"
GDK_BRANCH: "${GDK_BRANCH:-0.13.0}" # NOTE: temp fix for new ci release interop issues
ENGINE_BRANCH: "${ENGINE_BRANCH:-4.26-SpatialOSUnrealGDK-0.13.0}" # NOTE: temp fix for new ci release interop issues
GDK_BRANCH: "${GDK_BRANCH:-match_branch_name_pref::0.13.1}"
ENGINE_BRANCH: "${ENGINE_BRANCH:-match_branch_name_pref_engine::4.26-SpatialOSUnrealGDK-0.13.1}"
ENGINE_MAJOR: "4.26"
PROJECT_BRANCH: "${BUILDKITE_BRANCH}"
PROJECT_BRANCH: "main_branch::${BUILDKITE_BRANCH}"
USE_FASTBUILD: "True"
IS_BUILDKITE_BUILD: "True"
BUILD_ANDROID: "True"
Expand Down
2 changes: 1 addition & 1 deletion UnrealGDKVersion.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.13.0
0.13.1

0 comments on commit e5de4a2

Please sign in to comment.