Skip to content

Commit

Permalink
Drop application.ini for Docker #965
Browse files Browse the repository at this point in the history
  • Loading branch information
the-djmaze committed Nov 21, 2023
1 parent b77bf07 commit aa9888d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 323 deletions.
320 changes: 0 additions & 320 deletions .docker/release/files/usr/local/include/application.ini

This file was deleted.

3 changes: 0 additions & 3 deletions cli/release.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@
file_put_contents($file, preg_replace('/VERSION=[0-9.]+/', "VERSION={$package->version}", file_get_contents($file)));
$file = ROOT_DIR . '/integrations/cloudron/DESCRIPTION.md';
file_put_contents($file, preg_replace('/<upstream>[^<]*</', "<upstream>{$package->version}<", file_get_contents($file)));
// docker
$file = ROOT_DIR . '/.docker/release/files/usr/local/include/application.ini';
file_put_contents($file, preg_replace('/current = "[0-9.]+"/', "current = \"{$package->version}\"", file_get_contents($file)));
// virtualmin
$file = ROOT_DIR . '/integrations/virtualmin/snappymail.pl';
file_put_contents($file, preg_replace('/return \\( "[0-9]+\\.[0-9]+\\.[0-9]+" \\)/', "return ( \"{$package->version}\" )", file_get_contents($file)));
Expand Down

0 comments on commit aa9888d

Please sign in to comment.