Skip to content

Commit

Permalink
fix(ci): Fix floccus ci workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Klehr <[email protected]>
  • Loading branch information
marcelklehr committed Oct 9, 2024
1 parent faa9835 commit 8ff0432
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/floccus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
MYSQL_HOST: mysql
NEXTCLOUD_TRUSTED_DOMAINS: nextcloud
volumes:
- /home/runner/work/bookmarks/bookmarks/apps:/var/www/html/custom_apps
- /home/runner/work/bookmarks/bookmarks/apps:/var/www/html/apps
options: --name nextcloud
mysql:
image: mariadb:10.5 # see https://github.com/nextcloud/docker/issues/1536
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Requirements:
- mbstring: *
- when using MySQL, use at least v8.0
]]></description>
<version>15.0.2</version>
<version>15.0.3-dev</version>
<licence>agpl</licence>
<author mail="[email protected]">Marcel Klehr</author>
<author mail="[email protected]" homepage="https://www.arthur-schiwon.de">Arthur Schiwon</author>
Expand Down

0 comments on commit 8ff0432

Please sign in to comment.