Skip to content

Commit

Permalink
Display all environment variables by the end
Browse files Browse the repository at this point in the history
  • Loading branch information
zosrothko committed Mar 18, 2018
1 parent 8d171d1 commit 1d9f78b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@ install:


before_build:
- set
- ps: |
if ($env:builder -eq "cmake")
{
Expand Down Expand Up @@ -338,6 +337,7 @@ before_build:
$env:PATH = $env:POSTGRES64 + "\bin;" + $env:PATH
}
# -------------------------------------------------------------------------------------------
- set

after_build:
- ps: |
Expand Down

0 comments on commit 1d9f78b

Please sign in to comment.