Skip to content

Commit f57815e

Browse files
committed
Fixing postgres drone setup
1 parent 24cdfc2 commit f57815e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.drone.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ steps:
9797
- unzip joomla.zip
9898
- apache2ctl -D FOREGROUND &
9999
- chmod +rwx /root
100-
- php installation/joomla.php install --verbose --site-name="Joomla CMS test" [email protected] --admin-username=ci-admin --admin-user="jane doe" --admin-password=joomla-17082005 --db-type=pgsql --db-host=postgres --db-name=test_joomla --db-pass=joomla_ut --db-user=joomla_ut --db-encryption=0 --db-prefix=pgsql_
100+
- php installation/joomla.php install --verbose --site-name="Joomla CMS test" [email protected] --admin-username=ci-admin --admin-user="jane doe" --admin-password=joomla-17082005 --db-type=pgsql --db-host=postgres --db-name=root --db-pass=joomla_ut --db-user=joomla_ut --db-encryption=0 --db-prefix=pgsql_
101101
- php cli/joomla.php config:set debug=true error_reporting=maximum
102102
- php cli/joomla.php extension:install --path=/tests/www/mysql/pkg-weblinks-current.zip
103103
- chmod -R 777 /tests/www/mysql/
@@ -165,7 +165,7 @@ services:
165165
MYSQL_DATABASE: test_joomla
166166

167167
- name: postgres
168-
image: postgres:11-alpine
168+
image: postgres:12-alpine
169169
ports:
170170
- 5432
171171
environment:
@@ -175,6 +175,6 @@ services:
175175

176176
---
177177
kind: signature
178-
hmac: 68328b184228b764a3ac96f00dc1ebe3b8f4e2dad5c4b0c0519ab0efbf6cec39
178+
hmac: 4c6995b84567532c996029c9a1520360f120f3a096cb2c66a85b273496997fd9
179179

180180
...

0 commit comments

Comments
 (0)