summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/pipeline_editor/constants.js
blob: 70bab8092c02db07f172b1535c90bb3f844d018d (plain)
1
2
export const CI_CONFIG_STATUS_VALID = 'VALID';
export const CI_CONFIG_STATUS_INVALID = 'INVALID';