Skip to content

Commit

Permalink
cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheecour committed Mar 2, 2020
1 parent 359a976 commit da8bd3a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tools/continuous_integration.nim
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,5 @@ proc hostInfo*(): string =
let branch = getEnv("NIM_CI_Build_SourceBranchName")
let msg = getEnv("NIM_CI_Build_SourceVersionMessage").quoteShell
let buildNum = getEnv("NIM_CI_Build_BuildNumber")
result.add "\n"
result.add fmt"""isPR:{isPR}, url: {url}, branch: {branch}, commit: {commit}, msg: {msg}, mode: {mode}, buildNum: {buildNum}"""
result.add "\n"
let nl = "\n"
result.add fmt"""{nl}isPR:{isPR}, url: {url}, branch: {branch}, commit: {commit}, mode: {mode}, buildNum: {buildNum}{nl}msg: {msg}{nl}"""

0 comments on commit da8bd3a

Please sign in to comment.