Files
iTop/.jenkins/bin/init/composer_install.sh
2018-09-04 17:53:18 +02:00

12 lines
112 B
Bash
Executable File

#!/usr/bin/env bash
set -x
# on the root dir
composer install
# under the test dir
cd test
composer install