Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.js « pipelines « commit « projects « pages « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: eaf340f2725ff7364cf1f42bb004bee9ea3820a9 (plain)
1
2
3
4
5
import { initCommitBoxInfo } from '~/projects/commit_box/info';
import initPipelines from '~/commit/pipelines/pipelines_bundle';

initCommitBoxInfo();
initPipelines();