Skip to content
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