Skip to content

Commit 9f6a7e9

Browse files
committed
Fixing postgres drone setup part 2
1 parent f57815e commit 9f6a7e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.drone.yml

Lines changed: 2 additions & 2 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=root --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=test_joomla --db-pass=joomla_ut --db-user=root --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/
@@ -175,6 +175,6 @@ services:
175175

176176
---
177177
kind: signature
178-
hmac: 4c6995b84567532c996029c9a1520360f120f3a096cb2c66a85b273496997fd9
178+
hmac: 5601b424756f623d78fe5831e2362e9335ff2c4ed1dfab9d53937c632ee1f635
179179

180180
...

0 commit comments

Comments
 (0)