Skip to content

Commit 6437927

Browse files
Merge pull request #74 from Mark-Simulacrum/silence-envs
Skip environment variable dumps in output
2 parents 08b9dd2 + 9b024cc commit 6437927

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/extract.rs

Lines changed: 3 additions & 0 deletions
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)