Files
iTop/.jenkins/bin/init/composer_install.sh

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