From cb1488c17f3eab9d31e40579b2e2cdb34e2c2d1d Mon Sep 17 00:00:00 2001 From: Pierre Goiffon Date: Tue, 10 Sep 2019 14:28:35 +0200 Subject: [PATCH] :construction_worker: Jenkins : no `composer install` needed anymore --- .jenkins/bin/init/composer_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.jenkins/bin/init/composer_install.sh b/.jenkins/bin/init/composer_install.sh index cfea9704f..8d74fe861 100755 --- a/.jenkins/bin/init/composer_install.sh +++ b/.jenkins/bin/init/composer_install.sh @@ -3,7 +3,7 @@ set -x # on the root dir -composer install +# composer install -a # => Not needed anymore (libs were added to git with N°2435) # under the test dir