We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d287a0f commit 8868c87Copy full SHA for 8868c87
.buildkite/nightly.steps.yaml
@@ -12,8 +12,8 @@ steps:
12
message: "exampleproject-4.26 ${BUILDKITE_MESSAGE}"
13
env:
14
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
+ GDK_BRANCH: "${GDK_BRANCH:-0.13.1-rc}" # NOTE: temp fix for new ci release interop issues
+ ENGINE_BRANCH: "${ENGINE_BRANCH:-4.26-SpatialOSUnrealGDK-0.13.1-rc}" # NOTE: temp fix for new ci release interop issues
17
ENGINE_MAJOR: "4.26"
18
PROJECT_BRANCH: "${BUILDKITE_BRANCH}"
19
USE_FASTBUILD: "True"
0 commit comments