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

Update .build_composer.yml

parent b7e3a03c
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -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: