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 b2789b8 commit 94fab09Copy full SHA for 94fab09
.evergreen-kubectlplugin.yml
@@ -1,3 +1,8 @@
1
+modules:
2
+ - name: mongodb-kubectlplugin-refactor
3
+ owner: mongodb
4
+ repo: mongodb-kubernetes
5
+ branch: mongodb-kubectlplugin-refactor
6
variables:
7
- &go_env
8
XDG_CONFIG_HOME: ${go_base_path}${workdir}
@@ -13,7 +18,8 @@ functions:
13
18
type: setup
14
19
params:
15
20
directory: src/github.com/mongodb/mongodb-kubernetes
16
- revision: mongodb-kubectlplugin-refactor
21
+ revisions:
22
+ mongodb-kubectlplugin-refactor: mongodb-kubectlplugin-refactor
17
23
24
"install goreleaser":
25
- command: shell.exec
0 commit comments