Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dummy PR to trigger Azure #1373

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Schedule a build for every midnight Eastern time. This is visible to the pipeline as Build.Reason
# Schedule a build for every midnight Eastern time. This is visible to the pipeline as Build.Reason
schedules:
- cron: "0 4 * * *"
displayName: Daily midnight build
Expand All @@ -11,7 +11,7 @@ trigger:
branches:
include: ['master']

# 20200312: apparently this is now explicitly required for azure
# 20200312: apparently this is now explicitly required for azure
pr:
branches:
include: ['master']
Expand Down Expand Up @@ -570,7 +570,7 @@ jobs:

steps:
- checkout: self # self represents the repo where the initial Pipelines YAML file was found

lfs: true # May be explicitly needed now as of 11/17/2020
# submodule
- bash: |
git submodule update --init --recursive
Expand Down