Loading .build_composer.yml +3 −5 Original line number Diff line number Diff line Loading @@ -3,11 +3,9 @@ image: registry.cetera.su/adm/adm/php_composer:stretch_4 script: - source $CI_PROJECT_DIR/.env.project - cd $CI_PROJECT_DIR; - if [ -e composer.json ]; then composer install; fi - cd $CI_PROJECT_DIR - test -e composer.json && composer install only: changes: - composer.json Loading Loading
.build_composer.yml +3 −5 Original line number Diff line number Diff line Loading @@ -3,11 +3,9 @@ image: registry.cetera.su/adm/adm/php_composer:stretch_4 script: - source $CI_PROJECT_DIR/.env.project - cd $CI_PROJECT_DIR; - if [ -e composer.json ]; then composer install; fi - cd $CI_PROJECT_DIR - test -e composer.json && composer install only: changes: - composer.json Loading