Skip to content

Commit c815ec4

Browse files
authored
show the current Joomla! version
1 parent 2c61880 commit c815ec4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.drone.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ steps:
7878
- apache2ctl -D FOREGROUND &
7979
- chmod +rwx /root
8080
- 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=mysqli --db-host=mysql --db-name=test_joomla --db-pass=joomla_ut --db-user=joomla_ut --db-encryption=0 --db-prefix=mysql_
81+
- php cli/joomla.php -V
8182
- php cli/joomla.php config:set debug=true error_reporting=maximum
8283
- php cli/joomla.php extension:install --path=/tests/www/mysql/pkg-weblinks-current.zip
8384
- chmod -R 777 /tests/www/mysql/

0 commit comments

Comments
 (0)