Skip to content

Commit ff65e73

Browse files
committed
Add noop evg task (#3944)
See mongodb/mongodb-enterprise-kubernetes#298
1 parent 4ed34c5 commit ff65e73

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

public/.evergreen.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,13 @@ tasks:
7676
- func: "install goreleaser"
7777
- func: "install macos notarization service"
7878
- func: "release"
79+
# add a noop task because if the only task in a variant is git_tag_only: true Evergreen doesn't start it at all
80+
- name: noop
81+
commands:
82+
- command: shell.exec
83+
params:
84+
shell: bash
85+
script: echo "this is the noop task"
7986

8087
buildvariants:
8188
# This variant is run when a new tag is out similar to github actions.
@@ -85,3 +92,4 @@ buildvariants:
8592
- ubuntu2204-small
8693
tasks:
8794
- name: package_goreleaser
95+
- name: noop

0 commit comments

Comments
 (0)