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: 1 addition & 4 deletions evergreen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ patch_aliases:
buildvariants:
- display_name: Ubuntu 20.04
name: ubuntu2004
paths:
- "!README.md"
- "!evergreen.yml"
tags: [commit-queue-variant, whaat]
run_on:
- ubuntu1604-large
Expand Down Expand Up @@ -152,7 +149,7 @@ tasks:
commands:
- command: shell.exec
params:
script: echo "HI"
script: echo "CHANGED"
- name: gen_task_template
depends_on:
- name: task_generator
Expand Down