Commit 261ad3d5 authored by Ilya Rassadin's avatar Ilya Rassadin
Browse files

try to use variables

parent 12968101
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -9,5 +9,4 @@ deploy_to_server:
    refs:
    - master
    - beta
    changes:
    - www/**/*
    changes: $track_folders
+1 −0
Original line number Diff line number Diff line
include:
  - 'https://gitlab.cetera.ru/boilerplate/ci/raw/master/standard_variables.yml'
  - 'https://gitlab.cetera.ru/boilerplate/ci/raw/master/before_script.yml'
  - 'https://gitlab.cetera.ru/boilerplate/ci/raw/master/stages.yml'
  - 'https://gitlab.cetera.ru/boilerplate/ci/raw/master/minify_assets.yml'

standard_variables.yml

0 → 100644
+3 −0
Original line number Diff line number Diff line
variables:
  track_folders:
    - www/**/*