Loading .minify_assets.yml→.build_assets.yml +1 −1 Original line number Diff line number Diff line .minify_assets: .build_assets: stage: build only: refs: Loading .deploy_code_to_server.yml +0 −1 Original line number Diff line number Diff line Loading @@ -8,6 +8,5 @@ only: refs: - master - beta changes: - www/**/* gitlab-ci-template.yml +3 −3 Original line number Diff line number Diff line include: - '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' - 'https://gitlab.cetera.ru/boilerplate/ci/raw/master/.build_assets.yml' - 'https://gitlab.cetera.ru/boilerplate/ci/raw/master/.deploy_assets_to_staging.yml' - 'https://gitlab.cetera.ru/boilerplate/ci/raw/master/.deploy_code_to_server.yml' minify_assets: extends: .minify_assets build_assets: extends: .build_assets deploy_assets_to_staging: extends: .deploy_assets_to_staging Loading Loading
.minify_assets.yml→.build_assets.yml +1 −1 Original line number Diff line number Diff line .minify_assets: .build_assets: stage: build only: refs: Loading
.deploy_code_to_server.yml +0 −1 Original line number Diff line number Diff line Loading @@ -8,6 +8,5 @@ only: refs: - master - beta changes: - www/**/*
gitlab-ci-template.yml +3 −3 Original line number Diff line number Diff line include: - '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' - 'https://gitlab.cetera.ru/boilerplate/ci/raw/master/.build_assets.yml' - 'https://gitlab.cetera.ru/boilerplate/ci/raw/master/.deploy_assets_to_staging.yml' - 'https://gitlab.cetera.ru/boilerplate/ci/raw/master/.deploy_code_to_server.yml' minify_assets: extends: .minify_assets build_assets: extends: .build_assets deploy_assets_to_staging: extends: .deploy_assets_to_staging Loading