Loading .build_composer.yml +5 −2 Original line number Diff line number Diff line Loading @@ -4,7 +4,10 @@ script: - source $CI_PROJECT_DIR/.env.project - cd $CI_PROJECT_DIR - test -e composer.json && composer install - if [ -e composer.json ]; then composer install; fi only: changes: Loading Loading
.build_composer.yml +5 −2 Original line number Diff line number Diff line Loading @@ -4,7 +4,10 @@ script: - source $CI_PROJECT_DIR/.env.project - cd $CI_PROJECT_DIR - test -e composer.json && composer install - if [ -e composer.json ]; then composer install; fi only: changes: Loading