We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3088da commit 1e1753aCopy full SHA for 1e1753a
.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-rc}" # NOTE: temp fix for new ci release interop issues
16
- ENGINE_BRANCH: "${ENGINE_BRANCH:-4.26-SpatialOSUnrealGDK-0.13.0-rc}" # NOTE: temp fix for new ci release interop issues
+ 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
17
ENGINE_MAJOR: "4.26"
18
PROJECT_BRANCH: "${BUILDKITE_BRANCH}"
19
USE_FASTBUILD: "True"
0 commit comments