Skip to content

Commit

Permalink
Update branch names and publish to internal
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwinimurt committed May 24, 2021
1 parent c445787 commit cd8de2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .yamato/Collate Builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ triggers:
pull_requests:
- targets:
only:
- "unity-master-new-unitychanges"
- "unity-master"
cancel_old_ci: true
recurring:
- branch: unity-master-new-unitychanges
- branch: unity-master
frequency: daily # Should run between midnight and 6AM UTC

artifacts:
Expand Down
2 changes: 1 addition & 1 deletion .yamato/Publish To Stevedore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ dependencies:

commands:
- curl -sSo StevedoreUpload.exe "$STEVEDORE_UPLOAD_TOOL_URL"
- mono StevedoreUpload.exe --repo=testing --version-len=11 --version="$GIT_REVISION" stevedore/MonoBleedingEdge.7z
- mono StevedoreUpload.exe --repo=unity-internal --version-len=11 --version="$GIT_REVISION" stevedore/MonoBleedingEdge.7z

0 comments on commit cd8de2e

Please sign in to comment.