Skip to content

Commit

Permalink
Revert "Add built by username"
Browse files Browse the repository at this point in the history
This reverts commit 5b0d8f2.
  • Loading branch information
DimaRU committed Oct 11, 2024
1 parent d9c2c27 commit 5dcf004
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Binaries/PackageBuildInfo.artifactbundle/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
]
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ public struct PackageBuild {
public let countSinceTag: Int // Commit count since tag
public let branch: String? // Git branch name
public let digest: [UInt8] // Latest commit sha1 digest (20 bytes)
public let builtBy: String? // Get the username of the user who built
public var commit: String {
digest.reduce(\"\") { \$0 + String(format: \"%02x\", \$1) }
Expand All @@ -120,6 +119,5 @@ public struct PackageBuild {
tag: $tag,
countSinceTag: $countSinceTag,
branch: $branch,
digest: $digestS,
builtBy: \"${USER}\")
digest: $digestS)
}" >"$2"

0 comments on commit 5dcf004

Please sign in to comment.