mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-21 08:12:26 +02:00
[WIP] jenkinsfile integration
This commit is contained in:
11
.jenkins/bin/init/composer_install.sh
Executable file
11
.jenkins/bin/init/composer_install.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -x
|
||||
|
||||
# on the root dir
|
||||
composer install
|
||||
|
||||
|
||||
# under the test dir
|
||||
cd test
|
||||
composer install
|
||||
Reference in New Issue
Block a user