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

constants.js « pipelines « modules « stores « ide « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bb4145934ff643017a1b17cc06c4a6fc4f531676 (plain)
1
2
3
export const states = {
  failed: 'failed',
};