Skip to content

Commit 1884f19

Browse files
Move evergreen file for kubectl plugin to root of the project
1. Since most of our evergreen config files are in root of the repo and now that kubectl plugin is also moved to `cmd/` it makes sense to move the evergreen config file to the root of repo with correct name. 2. Change the goreleaser config file to version 1. We upgraded it temporarily to version 2 but CI complains that only version 1 is supported.
1 parent 02b94d0 commit 1884f19

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

public/.evergreen.yml renamed to .evergreen-kubectlplugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ functions:
4545
- command: shell.exec
4646
type: setup
4747
params:
48-
working_dir: src/github.com/mongodb/mongodb-kubernetes/public/tools/multicluster
48+
working_dir: src/github.com/mongodb/mongodb-kubernetes
4949
include_expansions_in_env:
5050
- GRS_USERNAME
5151
- GRS_PASSWORD

.goreleaser.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
project_name: kubectl-mongodb
2-
version: 2
32

43
before:
54
hooks:
@@ -43,7 +42,7 @@ checksum:
4342
snapshot:
4443
name_template: "{{ incpatch .Version }}-next"
4544
changelog:
46-
disable: true
45+
skip: true
4746

4847
release:
4948
prerelease: auto

0 commit comments

Comments
 (0)