From 4f2bd2f2f3c69ae913671bf68d624f99b35db8b9 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Thu, 2 Sep 2021 10:30:39 +0200 Subject: Buildbot config: update to proper paths for SVN branches. --- build_files/config/pipeline_config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/build_files/config/pipeline_config.yaml b/build_files/config/pipeline_config.yaml index 54c981c8be4..0831c0e8617 100644 --- a/build_files/config/pipeline_config.yaml +++ b/build_files/config/pipeline_config.yaml @@ -20,27 +20,27 @@ update-code: svn: libraries: darwin-arm64: - branch: studio-sprite-fright + branch: branches/studio-sprite-fright commit_id: HEAD path: lib/darwin_arm64 darwin-x86_64: - branch: studio-sprite-fright + branch: branches/studio-sprite-fright commit_id: HEAD path: lib/darwin linux-x86_64: - branch: studio-sprite-fright + branch: branches/studio-sprite-fright commit_id: HEAD path: lib/linux_centos7_x86_64 windows-amd64: - branch: studio-sprite-fright + branch: branches/studio-sprite-fright commit_id: HEAD path: lib/win64_vc15 tests: - branch: studio-sprite-fright + branch: branches/studio-sprite-fright commit_id: HEAD path: lib/tests benchmarks: - branch: studio-sprite-fright + branch: branches/studio-sprite-fright commit_id: HEAD path: lib/benchmarks -- cgit v1.2.3