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

Trivial change #734

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
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
5 changes: 4 additions & 1 deletion evergreen.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## this is a changes
ignore:
- "*.md" # dont schedule tests if a commit only changes markdown files
- "*.md" # dont schedule tests if a commit only changes markdown files!!!!
stepback: true

# includes:
Expand Down Expand Up @@ -219,6 +219,7 @@ tasks:
working_dir: src
script: |
echo "noop2"
git log --oneline -n 10
- name: validate_commit_message
commands:
- command: shell.exec
Expand Down Expand Up @@ -303,6 +304,8 @@ tasks:
working_dir: src
script: |
echo "i am patch"
git reset --hard ${revision}
git log --oneline -n 10
- name: checkrun_test
commands:
- command: shell.exec
Expand Down