Skip to content
Snippets Groups Projects
Unverified Commit 0ead0ea4 authored by Phil Hughes's avatar Phil Hughes
Browse files

Fix order of CI lint ace editor loading

Closes #35985
parent 83dafcb5
No related branches found
No related tags found
No related merge requests found
- page_title "CI Lint"
- page_description "Validate your GitLab CI configuration file"
- content_for :page_specific_javascripts do
- content_for :library_javascripts do
= page_specific_javascript_tag('lib/ace.js')
 
%h2 Check your .gitlab-ci.yml
Loading
Loading
Loading
Loading
@@ -38,6 +38,9 @@
 
= Gon::Base.render_data
 
- if content_for?(:library_javascripts)
= yield :library_javascripts
= webpack_bundle_tag "webpack_runtime"
= webpack_bundle_tag "common"
= webpack_bundle_tag "locale"
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment