injections(yaml): injection on Gitlab's before_script/after_script

This commit is contained in:
Stephan Seitz 2022-02-04 21:12:44 +01:00
parent 8e780a4c9d
commit 71cfcff510

View file

@ -2,17 +2,17 @@
;; Github actions ("run") / Gitlab CI ("scripts")
(block_mapping_pair
key: (flow_node) @_run (#any-of? @_run "run" "script")
key: (flow_node) @_run (#any-of? @_run "run" "script" "before_script" "after_script")
value: (flow_node
(plain_scalar) @bash))
(block_mapping_pair
key: (flow_node) @_run (#any-of? @_run "run" "script")
key: (flow_node) @_run (#any-of? @_run "run" "script" "before_script" "after_script")
value: (block_node
(block_scalar) @bash (#offset! @bash 0 0 0 0)))
(block_mapping_pair
key: (flow_node) @_run (#any-of? @_run "run" "script")
key: (flow_node) @_run (#any-of? @_run "run" "script" "before_script" "after_script")
value: (block_node
(block_sequence
(block_sequence_item