From 5db6614e5b596a71c65cb166378d3b1c84c36e8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96sterreicher?= Date: Mon, 3 Jun 2019 14:22:53 +0200 Subject: [PATCH] Commented Extension installation for PHPCI --- phpci.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/phpci.yml b/phpci.yml index 1edfb36d4..174281505 100644 --- a/phpci.yml +++ b/phpci.yml @@ -69,10 +69,10 @@ setup: # First! - "tar cfzP /tmp/FHC-Core-DSMS.tgz /tmp/FHC-Core-DSMS/" - "tar cfzP /tmp/FHC-Core-Nextcloud.tgz /tmp/FHC-Core-Nextcloud/" # Install extensions - - "php index.ci.php system/extensions/CLI_Manager uploadExtension FHC-Core-MobilityOnline /tmp/FHC-Core-MobilityOnline.tgz" - - "php index.ci.php system/extensions/CLI_Manager uploadExtension FHC-Core-Budget /tmp/FHC-Core-Budget.tgz" - - "php index.ci.php system/extensions/CLI_Manager uploadExtension FHC-Core-DSMS /tmp/FHC-Core-DSMS.tgz" - - "php index.ci.php system/extensions/CLI_Manager uploadExtension FHC-Core-Nextcloud /tmp/FHC-Core-Nextcloud.tgz" + #- "php index.ci.php system/extensions/CLI_Manager uploadExtension FHC-Core-MobilityOnline /tmp/FHC-Core-MobilityOnline.tgz" + #- "php index.ci.php system/extensions/CLI_Manager uploadExtension FHC-Core-Budget /tmp/FHC-Core-Budget.tgz" + #- "php index.ci.php system/extensions/CLI_Manager uploadExtension FHC-Core-DSMS /tmp/FHC-Core-DSMS.tgz" + #- "php index.ci.php system/extensions/CLI_Manager uploadExtension FHC-Core-Nextcloud /tmp/FHC-Core-Nextcloud.tgz" # Remove temporary files - "rm -fR /tmp/FHC-Core-MobilityOnline*" - "rm -fR /tmp/FHC-Core-Budget*" @@ -94,10 +94,10 @@ test: # Run tests php_code_sniffer: # Code sniffer standard: "tests/codesniffer/FHComplete" allow_failures: true - codeception: # Codeception - config: "tests/codeception/" - path: "tests/codeception/_output/" - allow_failures: true + #codeception: # Codeception + # config: "tests/codeception/" + # path: "tests/codeception/_output/" + # allow_failures: true failure: # On failure email: # Send an email to warn the team