Skip to content

Commit db01d86

Browse files
committed
Replace DockerCompose::YAML with DockerCompose::File
1 parent 001936d commit db01d86

File tree

4 files changed

+2
-153
lines changed

4 files changed

+2
-153
lines changed

lib/matrixeval/ruby/docker_compose.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11

2-
require_relative "./docker_compose/yaml"
32
require_relative "./docker_compose/file"
43

54
module Matrixeval

lib/matrixeval/ruby/docker_compose/yaml.rb

Lines changed: 0 additions & 77 deletions
This file was deleted.

lib/matrixeval/ruby/runner.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def init
6666

6767
def run_all_contexts
6868
Config::YAML.create
69-
DockerCompose::YAML.create
69+
DockerCompose::File.create_all
7070
GemfileLocks.create
7171
Gitignore.update
7272

@@ -110,7 +110,7 @@ def run_all_contexts_in_parallel
110110

111111
def run_a_specific_context
112112
Config::YAML.create
113-
DockerCompose::YAML.create
113+
DockerCompose::File.create_all
114114
GemfileLocks.create
115115
Gitignore.update
116116

test/matrixeval/ruby/docker_compose/yaml_test.rb

Lines changed: 0 additions & 73 deletions
This file was deleted.

0 commit comments

Comments
 (0)