gitlab-org--gitlab-foss/app/assets/javascripts/pipeline_editor/constants.js

3 lines
98 B
JavaScript

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