Skip to content

Commit 72c0318

Browse files
committed
make sure mail command runs last, as it is currently expected to fail
Change-Id: I5d34f4ea03a0b038301a213e6545493479c6c8ad
1 parent affaa97 commit 72c0318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildscripts/scripts/stages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,8 +350,8 @@ STAGES:
350350
scripts/run-uvenv python3 -m cmk.utils.werks announce .werks $(make print-VERSION) --format txt &>> ${RESULTS}/werk_commands.txt
351351
scripts/run-uvenv python3 -m cmk.werks.utils precompile .werks precompiled.json &>> ${RESULTS}/werk_commands.txt
352352
scripts/run-uvenv python3 -m cmk.werks.utils changelog CHANGELOG precompiled.json &>> ${RESULTS}/werk_commands.txt
353-
scripts/run-uvenv python3 -m cmk.utils.werks mail . HEAD werk_mail --assume-no-notes-but=$(git log --before="$(date --date="4 weeks ago" --iso=seconds)" --format="%H" --max-count=1) &>> ${RESULTS}/werk_commands.txt
354353
scripts/run-uvenv ./werk list &>> ${RESULTS}/werk_commands.txt
354+
scripts/run-uvenv python3 -m cmk.utils.werks mail . HEAD werk_mail --assume-no-notes-but=$(git log --before="$(date --date="4 weeks ago" --iso=seconds)" --format="%H" --max-count=1) &>> ${RESULTS}/werk_commands.txt
355355
TEXT_ON_SKIP: "No Werk code files changed"
356356
RESULT_CHECK_FILE_PATTERN: "results/werk_commands.txt"
357357

0 commit comments

Comments
 (0)