Commit e58e857f authored by Ilya Rassadin's avatar Ilya Rassadin
Browse files

run jobs on .gitlab-ci.yml changes

parent 05f75501
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@
      - master
    changes:
      - working/**/*
      - .gitlab-ci.yml
  script:
  # здесь задается скрипт для сборки верстки
  - *build_assets_script
+8 −0
Original line number Diff line number Diff line
@@ -30,6 +30,14 @@
    paths:
    - "vendor/"
    expire_in: 1 day
  only:
    changes:
      - tests/**/*
      - .gitlab-ci.yml
      - composer.json
      - composer.lock
      - "**/*.php"
      - phpunit.xml

.build_composer:
  stage: build
+1 −0
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@
      - master
    changes:
      - working/**/*
      - .gitlab-ci.yml
  # always - сборка запускается автоматически при каждом коммите в master
  # manual - надо будет руками запустить сборку, нажав на кнопку в интерфейсе gitlab'а на странице pipelines
  when: on_success
+2 −0
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@
    - beta
    changes:
      - www/**/*
      - .gitlab-ci.yml


.set_rsync_filter: &set_rsync_filter |
@@ -37,6 +38,7 @@
    - beta
    changes:
      - www/**/*
      - .gitlab-ci.yml

deploy_autotests_to_server:
  extends: .before_deploy_code
+1 −0
Original line number Diff line number Diff line
@@ -18,5 +18,6 @@
      - beta
      - master
    changes:
      - .gitlab-ci.yml
      - composer.json
      - composer.lock