debian-mirror-gitlab/app/assets/javascripts/pipeline_editor/constants.js
2021-02-22 17:27:13 +05:30

2 lines
98 B
JavaScript

export const CI_CONFIG_STATUS_VALID = 'VALID';
export const CI_CONFIG_STATUS_INVALID = 'INVALID';