mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-15 16:34:11 +01:00
💚 Jenkins : copy default config after unattended install
The generated config file had too many default values, and not the wanted ones
This commit is contained in:
@@ -2,5 +2,12 @@
|
||||
|
||||
set -x
|
||||
|
||||
chmod 666 conf/production/config-itop.php
|
||||
|
||||
cd toolkit
|
||||
php unattended_install.php default-params.xml
|
||||
php unattended_install.php --response_file=default-params.xml --clean=true
|
||||
|
||||
cd ..
|
||||
chmod 666 conf/production/config-itop.php
|
||||
cp toolkit/default-config-itop.php conf/production/config-itop.php
|
||||
chmod 444 conf/production/config-itop.php
|
||||
|
||||
Reference in New Issue
Block a user