diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-04-26 09:09:53 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-04-26 09:09:53 +0000 |
commit | 0ccabeb3f62c5fbc81f52cc16fa654404bb87874 (patch) | |
tree | 27c81cfa9d498fa0b604acaa9c4f5400743f83fd /app/assets/javascripts/pipeline_editor/constants.js | |
parent | 6819cb95c9c0aa63fce1d246026978df5cac9e44 (diff) | |
download | gitlab-ce-0ccabeb3f62c5fbc81f52cc16fa654404bb87874.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/javascripts/pipeline_editor/constants.js')
-rw-r--r-- | app/assets/javascripts/pipeline_editor/constants.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/javascripts/pipeline_editor/constants.js b/app/assets/javascripts/pipeline_editor/constants.js index 8d0ec6c3e2d..56862f17858 100644 --- a/app/assets/javascripts/pipeline_editor/constants.js +++ b/app/assets/javascripts/pipeline_editor/constants.js @@ -14,6 +14,7 @@ export const COMMIT_FAILURE = 'COMMIT_FAILURE'; export const COMMIT_SUCCESS = 'COMMIT_SUCCESS'; export const DEFAULT_FAILURE = 'DEFAULT_FAILURE'; +export const DEFAULT_SUCCESS = 'DEFAULT_SUCCESS'; export const LOAD_FAILURE_UNKNOWN = 'LOAD_FAILURE_UNKNOWN'; export const CREATE_TAB = 'CREATE_TAB'; |