mirror of
https://github.com/cytopia/devilbox.git
synced 2025-01-29 15:44:04 +00:00
Fix CI tests for mail volume
This commit is contained in:
parent
6b7d6516e8
commit
fb8c378727
@ -14,7 +14,7 @@ putenv('RES_OPTIONS=retrans:1 retry:1 timeout:1 attempts:1');
|
||||
|
||||
|
||||
$DEVILBOX_VERSION = 'v1.0.1';
|
||||
$DEVILBOX_DATE = '2019-04-12';
|
||||
$DEVILBOX_DATE = '2019-04-20';
|
||||
$DEVILBOX_API_PAGE = 'devilbox-api/status.json';
|
||||
|
||||
//
|
||||
|
@ -415,7 +415,7 @@ _clean-round:
|
||||
$(eval HTTPD_SERVER := $(shell grep -E '^HTTPD_SERVER' $(DEVILBOX_PATH)/.env | sed 's/.*=//g'))
|
||||
$(eval PHP_SERVER := $(shell grep -E '^PHP_SERVER' $(DEVILBOX_PATH)/.env | sed 's/.*=//g'))
|
||||
|
||||
@> $(DEVILBOX_PATH)/mail/devilbox
|
||||
@cd $(DEVILBOX_PATH) && docker-compose exec php truncate -s0 /var/mail/devilbox
|
||||
|
||||
@> $(DEVILBOX_PATH)/log/php-fpm-$(PHP_SERVER)/php-fpm.access
|
||||
@> $(DEVILBOX_PATH)/log/php-fpm-$(PHP_SERVER)/php-fpm.error
|
||||
|
@ -9,6 +9,11 @@ major versions.
|
||||
- Fixed various typos in documentation
|
||||
|
||||
|
||||
## Unreleased
|
||||
|
||||
- Fix CI tests: They still expected a mounted mail directory instead of a Docker volume
|
||||
|
||||
|
||||
## Bugfix Release v1.0.1 (2019-03-24)
|
||||
|
||||
This is a bugfix release and everybody is encouraged to upgrade to this tag as soon as possible.
|
||||
|
Loading…
x
Reference in New Issue
Block a user