Skip to content

Commit b016be2

Browse files
authored
minor: remove expansion.yml after load (#756)
1 parent 6bd58fe commit b016be2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.evergreen/releases.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,14 @@ functions:
3131
params:
3232
file: src/expansion.yml
3333

34+
# Delete the expansion file so cargo release doesn't complain about uncommitted changes
35+
- command: shell.exec
36+
params:
37+
working_dir: "src"
38+
script: |
39+
${PREPARE_SHELL}
40+
rm expansion.yml
41+
3442
"install dependencies":
3543
command: shell.exec
3644
params:

0 commit comments

Comments
 (0)