Skip to content

Commit 9b024cc

Browse files
Skip environment variable dumps in output
1 parent f7cc63e commit 9b024cc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/extract.rs

+3
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ static IGNORE_BLOCK: &[(&str, &str)] = &[
2424
("[command]/usr/bin/git", "##[endgroup]"),
2525
// Skip clock drift checks
2626
("== clock drift check ==", "== end clock drift check =="),
27+
// Skip environment variable dumps, as these can contain e.g. a SHA which is different in every
28+
// build.
29+
("env:", "##[endgroup]"),
2730
];
2831

2932
lazy_static! {

0 commit comments

Comments
 (0)