File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ triggers:
20
20
pull_requests :
21
21
- targets :
22
22
only :
23
- - " unity-master-new-unitychanges "
23
+ - " unity-master"
24
24
cancel_old_ci : true
25
25
recurring :
26
- - branch : unity-master-new-unitychanges
26
+ - branch : unity-master
27
27
frequency : daily # Should run between midnight and 6AM UTC
28
28
29
29
artifacts :
Original file line number Diff line number Diff line change @@ -10,5 +10,5 @@ dependencies:
10
10
11
11
commands :
12
12
- curl -sSo StevedoreUpload.exe "$STEVEDORE_UPLOAD_TOOL_URL"
13
- - mono StevedoreUpload.exe --repo=testing --version-len=11 --version="$GIT_REVISION" stevedore/MonoBleedingEdge.7z
13
+ - mono StevedoreUpload.exe --repo=unity-internal --version-len=11 --version="$GIT_REVISION" stevedore/MonoBleedingEdge.7z
14
14
You can’t perform that action at this time.
0 commit comments