Method: Tetra::Project#build_script_lines
- Defined in:
- lib/tetra/project.rb
#build_script_lines ⇒ Object
167 168 169 170 171 172 173 |
# File 'lib/tetra/project.rb', line 167 def build_script_lines @git.latest_comment("tetra: dry-run-finished") .split("\n") .map { |line| line[/^tetra: build-script-line: (.+)$/, 1] } .compact .sort end |