File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ triggers:
21
21
pull_requests :
22
22
- targets :
23
23
only :
24
- - " unity-6000.1 -mbe"
24
+ - " unity-6000.2 -mbe"
25
25
branches :
26
26
only :
27
- - " unity-6000.1 -mbe"
27
+ - " unity-6000.2 -mbe"
28
28
cancel_old_ci : true
29
29
recurring :
30
- - branch : unity-6000.1 -mbe
30
+ - branch : unity-6000.2 -mbe
31
31
frequency : daily # Should run between midnight and 6AM UTC
32
32
33
33
artifacts :
Original file line number Diff line number Diff line change 11
11
flavor : b1.xlarge
12
12
13
13
variables :
14
- BACKPORT_BRANCH : " 6000.1 "
14
+ BACKPORT_BRANCH : " 6000.2 "
15
15
16
16
dependencies :
17
17
- .yamato/Publish To Stevedore.yml
@@ -20,7 +20,7 @@ triggers:
20
20
pull_requests :
21
21
- targets :
22
22
only :
23
- - " unity-6000.1 -mbe"
23
+ - " unity-6000.2 -mbe"
24
24
25
25
# YAMATO_SOURCE_DIR=C:\build\output\Unity-Technologies\mono (mono repo checkout) - all command steps start in here
26
26
# YAMATO_WORK_DIR=C:\build\output
Original file line number Diff line number Diff line change 5
5
flavor : b1.xlarge
6
6
variables :
7
7
MONO_REV : " latest"
8
- BACKPORT_BRANCH : " 6000.1 "
8
+ BACKPORT_BRANCH : " 6000.2 "
9
9
dependencies :
10
10
- .yamato/Publish To Stevedore.yml
11
11
commands :
You can’t perform that action at this time.
0 commit comments