Skip to content

Commit d50ecef

Browse files
committed
try force evergree
1 parent 3d2aa90 commit d50ecef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.evergreen.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ functions:
1111
params:
1212
command: "mkdir -p src/github.com/mongodb"
1313
- command: git.get_project
14-
branch: other-missing-things-2
1514
type: setup
1615
params:
1716
directory: src/github.com/mongodb/mongodb-enterprise-kubernetes
@@ -58,6 +57,8 @@ functions:
5857
script: |
5958
set -Eeu pipefail
6059
60+
git stash
61+
git checkout other-missing-things-2
6162
${workdir}/goreleaser release
6263
6364
tasks:

0 commit comments

Comments
 (0)