We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ed34c5 commit ff65e73Copy full SHA for ff65e73
public/.evergreen.yml
@@ -76,6 +76,13 @@ tasks:
76
- func: "install goreleaser"
77
- func: "install macos notarization service"
78
- 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"
86
87
buildvariants:
88
# This variant is run when a new tag is out similar to github actions.
@@ -85,3 +92,4 @@ buildvariants:
92
- ubuntu2204-small
93
tasks:
94
- name: package_goreleaser
95
0 commit comments