We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 08b9dd2 + 9b024cc commit 6437927Copy full SHA for 6437927
src/extract.rs
@@ -24,6 +24,9 @@ static IGNORE_BLOCK: &[(&str, &str)] = &[
24
("[command]/usr/bin/git", "##[endgroup]"),
25
// Skip clock drift checks
26
("== 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]"),
30
];
31
32
lazy_static! {
0 commit comments