Loading gitlab-ci-template.yml +9 −9 Original line number Diff line number Diff line include: - 'https://gitlab.cetera.ru/boilerplate/ci/raw/ci-delete/before_script.yml' - 'https://gitlab.cetera.ru/boilerplate/ci/raw/ci-delete/before_assets.yml' - 'https://gitlab.cetera.ru/boilerplate/ci/raw/ci-delete/before_code.yml' - 'https://gitlab.cetera.ru/boilerplate/ci/raw/ci-delete/stages.yml' - 'https://gitlab.cetera.ru/boilerplate/ci/raw/ci-delete/.build_assets.yml' - 'https://gitlab.cetera.ru/boilerplate/ci/raw/ci-delete/.build_composer.yml' - 'https://gitlab.cetera.ru/boilerplate/ci/raw/ci-delete/.deploy_assets_to_staging.yml' - 'https://gitlab.cetera.ru/boilerplate/ci/raw/ci-delete/.deploy_code_to_server.yml' - 'https://gitlab.cetera.ru/boilerplate/ci/raw/ci-delete/.deploy_composer_files_to_server.yml' - 'https://gitlab.cetera.ru/boilerplate/ci/raw/master/before_script.yml' - 'https://gitlab.cetera.ru/boilerplate/ci/raw/master/before_assets.yml' - 'https://gitlab.cetera.ru/boilerplate/ci/raw/master/before_code.yml' - 'https://gitlab.cetera.ru/boilerplate/ci/raw/master/stages.yml' - 'https://gitlab.cetera.ru/boilerplate/ci/raw/master/.build_assets.yml' - 'https://gitlab.cetera.ru/boilerplate/ci/raw/master/.build_composer.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' - 'https://gitlab.cetera.ru/boilerplate/ci/raw/master/.deploy_composer_files_to_server.yml' .build_assets: extends: .build_assets Loading Loading
gitlab-ci-template.yml +9 −9 Original line number Diff line number Diff line include: - 'https://gitlab.cetera.ru/boilerplate/ci/raw/ci-delete/before_script.yml' - 'https://gitlab.cetera.ru/boilerplate/ci/raw/ci-delete/before_assets.yml' - 'https://gitlab.cetera.ru/boilerplate/ci/raw/ci-delete/before_code.yml' - 'https://gitlab.cetera.ru/boilerplate/ci/raw/ci-delete/stages.yml' - 'https://gitlab.cetera.ru/boilerplate/ci/raw/ci-delete/.build_assets.yml' - 'https://gitlab.cetera.ru/boilerplate/ci/raw/ci-delete/.build_composer.yml' - 'https://gitlab.cetera.ru/boilerplate/ci/raw/ci-delete/.deploy_assets_to_staging.yml' - 'https://gitlab.cetera.ru/boilerplate/ci/raw/ci-delete/.deploy_code_to_server.yml' - 'https://gitlab.cetera.ru/boilerplate/ci/raw/ci-delete/.deploy_composer_files_to_server.yml' - 'https://gitlab.cetera.ru/boilerplate/ci/raw/master/before_script.yml' - 'https://gitlab.cetera.ru/boilerplate/ci/raw/master/before_assets.yml' - 'https://gitlab.cetera.ru/boilerplate/ci/raw/master/before_code.yml' - 'https://gitlab.cetera.ru/boilerplate/ci/raw/master/stages.yml' - 'https://gitlab.cetera.ru/boilerplate/ci/raw/master/.build_assets.yml' - 'https://gitlab.cetera.ru/boilerplate/ci/raw/master/.build_composer.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' - 'https://gitlab.cetera.ru/boilerplate/ci/raw/master/.deploy_composer_files_to_server.yml' .build_assets: extends: .build_assets Loading