Commit a5acaff3 authored by Makovkin Denis's avatar Makovkin Denis
Browse files

Update .build_composer

parent b293bc3c
Loading
Loading
Loading
Loading
+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