Skip to content

Commit

Permalink
remove: printenv
Browse files Browse the repository at this point in the history
  • Loading branch information
mflknr committed Jun 14, 2024
1 parent ce4d402 commit 1a53b13
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Tuist/ProjectDescriptionHelpers/ScriptPhases.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ extension Project {
static func makeSwiftLintScriptPhase() -> TargetScript {
.post(
script: """
printenv
if [[ ${USER} != "runner" ]] ; then
make local-lint-swiftlint
else
Expand All @@ -24,7 +23,6 @@ extension Project {
static func makeSwiftFormatScriptPhase() -> TargetScript {
.post(
script: """
printenv
if [[ ${USER} != "runner" ]] ; then
make local-lint-swiftformat
else
Expand Down

0 comments on commit 1a53b13

Please sign in to comment.