debian-mirror-gitlab/app/assets/javascripts/pipeline_editor/constants.js

3 lines
98 B
JavaScript
Raw Normal View History

2021-02-22 17:27:13 +05:30
export const CI_CONFIG_STATUS_VALID = 'VALID';
export const CI_CONFIG_STATUS_INVALID = 'INVALID';