diff options
-rw-r--r-- | ci/pipelines/briefcase.nix | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/ci/pipelines/briefcase.nix b/ci/pipelines/briefcase.nix index 2e1f956b84c4..9b09ef69b5d9 100644 --- a/ci/pipelines/briefcase.nix +++ b/ci/pipelines/briefcase.nix @@ -3,12 +3,7 @@ let pipeline.steps = [ { - command = '' - echo $(pwd) - git show HEAD - git log -n 1 - ${pkgs.git-secrets}/bin/git-secrets --scan-history - ''; + command = "${pkgs.git-secrets}/bin/git-secrets --scan-history"; label = ":briefcase: Briefcase [lint]"; } { |