1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-05 00:27:25 +00:00
This commit is contained in:
downtownallday 2020-06-02 13:09:57 -04:00
parent f2e970fe38
commit f4ae538c16

View File

@ -10,11 +10,11 @@ os: linux
dist: bionic dist: bionic
before_install: before_install:
- echo "==== DUMP: ENVIRONMENT ====" - echo "==== DUMP ENVIRONMENT ===="
- env - env
- echo "==== DUMP: AppArmor Status ====" - echo "==== DUMP AppArmor Status ===="
- (sudo aa-status; true) - (sudo aa-status; true)
- echo "==== DUMP: Other ====" - echo "==== DUMP Other ===="
- echo "UMASK: $(umask)" - echo "UMASK: $(umask)"
- echo "==== System update ====" - echo "==== System update ===="
- sudo apt-get update - sudo apt-get update