Skip to content

Commit 7884c4f

Browse files
committed
Removed postgresql from appveyor.yml
1 parent 7e18ceb commit 7884c4f

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

appveyor.yml

+19-19
Original file line numberDiff line numberDiff line change
@@ -12,27 +12,27 @@ branches:
1212
only:
1313
- master
1414

15-
init:
16-
- ps: >-
17-
# Change default database session timezone from UTC to catch potential DateTime/timestamp
18-
# column conversion issues during unit test runs under CI
19-
# See https://github.com/frankhommers/Hangfire.PostgreSql/issues/221#issuecomment-1001277778
20-
21-
Add-Content "c:\program files\postgresql\9.6\data\postgresql.conf" "timezone = 'UTC+13'"
22-
23-
Set-Content "c:\program files\postgresql\9.6\data\pg_hba.conf" "host all all ::1/128 trust"
24-
25-
Add-Content "c:\program files\postgresql\9.6\data\pg_hba.conf" "host all all 127.0.0.1/32 trust"
26-
27-
$env:Path += ";c:\program files\postgresql\9.6\bin"
28-
services: postgresql
15+
#init:
16+
#- ps: >-
17+
# # Change default database session timezone from UTC to catch potential DateTime/timestamp
18+
# # column conversion issues during unit test runs under CI
19+
# # See https://github.com/frankhommers/Hangfire.PostgreSql/issues/221#issuecomment-1001277778
20+
#
21+
# Add-Content "c:\program files\postgresql\9.6\data\postgresql.conf" "timezone = 'UTC+13'"
22+
#
23+
# Set-Content "c:\program files\postgresql\9.6\data\pg_hba.conf" "host all all ::1/128 trust"
24+
#
25+
# Add-Content "c:\program files\postgresql\9.6\data\pg_hba.conf" "host all all 127.0.0.1/32 trust"
26+
#
27+
# $env:Path += ";c:\program files\postgresql\9.6\bin"
28+
#services: postgresql
2929
build_script:
3030
- ps: >-
31-
psql -U postgres -c "CREATE ROLE appveyor LOGIN SUPERUSER CREATEDB CREATEROLE;"
32-
33-
psql -U postgres -c "SHOW TIME ZONE;"
34-
35-
createdb hangfire_tests
31+
#psql -U postgres -c "CREATE ROLE appveyor LOGIN SUPERUSER CREATEDB CREATEROLE;"
32+
#
33+
#psql -U postgres -c "SHOW TIME ZONE;"
34+
#
35+
#createdb hangfire_tests
3636
3737
.\build.ps1 -t Pack -NpgsqlVersion $env:BUILD_NPGSQL_VERSION
3838
cache:

0 commit comments

Comments
 (0)