Files
iTop/.jenkins/bin/init/composer_install.sh
2019-09-10 14:28:35 +02:00

12 lines
179 B
Bash
Executable File

#!/usr/bin/env bash
set -x
# on the root dir
# composer install -a # => Not needed anymore (libs were added to git with N°2435)
# under the test dir
cd test
composer install