Skip to content

Commit

Permalink
Merge pull request #74 from Mark-Simulacrum/silence-envs
Browse files Browse the repository at this point in the history
Skip environment variable dumps in output
  • Loading branch information
Mark-Simulacrum authored Aug 4, 2023
2 parents 08b9dd2 + 9b024cc commit 6437927
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/extract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ static IGNORE_BLOCK: &[(&str, &str)] = &[
("[command]/usr/bin/git", "##[endgroup]"),
// Skip clock drift checks
("== clock drift check ==", "== end clock drift check =="),
// Skip environment variable dumps, as these can contain e.g. a SHA which is different in every
// build.
("env:", "##[endgroup]"),
];

lazy_static! {
Expand Down

0 comments on commit 6437927

Please sign in to comment.