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

constants.js « pipeline_editor « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 70bab8092c02db07f172b1535c90bb3f844d018d (plain)
1
2
export const CI_CONFIG_STATUS_VALID = 'VALID';
export const CI_CONFIG_STATUS_INVALID = 'INVALID';