👷 Jenkins : config file is now picked by the unattended install

The problem was that we had an absolute path in the XML : changing it to the file name is sufficient ! The copy introduced in 443763de was unecessary.
This commit is contained in:
Pierre Goiffon
2019-11-27 11:45:30 +01:00
parent 004d1a7245
commit bd8144a67c
2 changed files with 1 additions and 6 deletions

View File

@@ -6,8 +6,3 @@ chmod 666 conf/production/config-itop.php
cd toolkit
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