mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-08-16 15:57:22 +00:00
Add latest changes from gitlab-org/gitlab@master
This commit is contained in:
@ -18,7 +18,7 @@ def check_database_dictionary_yaml(database_dictionary)
|
||||
markdown(PARTITIONING_COMMENT, file: database_dictionary.path, line: mr_line.succ)
|
||||
rescue Psych::Exception
|
||||
# YAML could not be parsed, fail the build.
|
||||
fail "#{helper.html_link(database_ditionary.path)} isn't valid YAML! #{SEE_DB_DOC}"
|
||||
fail "#{helper.html_link(database_dictionary.path)} isn't valid YAML! #{SEE_DB_DOC}"
|
||||
rescue StandardError => e
|
||||
warn "There was a problem trying to check the database dictionary file. Exception: #{e.class.name} - #{e.message}"
|
||||
end
|
||||
|
Reference in New Issue
Block a user