[Bf-blender-cvs] [9f6b8bc3a14] xr-controller-support: Re-update pipeline config

Peter Kim noreply at git.blender.org
Sat Aug 7 13:56:04 CEST 2021


Commit: 9f6b8bc3a147b7a29a72689b94c57b102ba4b407
Author: Peter Kim
Date:   Sat Aug 7 20:55:00 2021 +0900
Branches: xr-controller-support
https://developer.blender.org/rB9f6b8bc3a147b7a29a72689b94c57b102ba4b407

Re-update pipeline config

Accidentally updated wrong submodule in previous commit.

===================================================================

M	build_files/config/pipeline_config.yaml

===================================================================

diff --git a/build_files/config/pipeline_config.yaml b/build_files/config/pipeline_config.yaml
index cc5b4be0a11..ac7929d91d8 100644
--- a/build_files/config/pipeline_config.yaml
+++ b/build_files/config/pipeline_config.yaml
@@ -5,10 +5,10 @@
 update-code:
     git:
         submodules:
-        -   branch: master
+        -   branch: xr-controller-support
             commit_id: HEAD
             path: release/scripts/addons
-        -   branch: xr-controller-support
+        -   branch: master
             commit_id: HEAD
             path: release/scripts/addons_contrib
         -   branch: master



More information about the Bf-blender-cvs mailing list