Fix CI tests for mail volume

This commit is contained in:
cytopia 2019-03-28 13:33:25 +01:00
parent 6b7d6516e8
commit fb8c378727
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2
3 changed files with 7 additions and 2 deletions

View File

@ -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';
//

View File

@ -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

View File

@ -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.