Loading .build_composer +14 −1 Original line number Diff line number Diff line .build_composer No newline at end of file .build_composer: stage: build 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 only: changes: - composer.json - composer.lock Loading
.build_composer +14 −1 Original line number Diff line number Diff line .build_composer No newline at end of file .build_composer: stage: build 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 only: changes: - composer.json - composer.lock