Skip to content

Commit 05127c6

Browse files
Rename ruby config step to map_ruby
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
1 parent 56669de commit 05127c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scanpipe/pipelines/deploy_to_develop.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def steps(cls):
6666
cls.flag_whitespace_files,
6767
cls.flag_ignored_resources,
6868
cls.load_ecosystem_config,
69-
cls.load_ecosystem_config_ruby,
69+
cls.map_ruby,
7070
cls.map_about_files,
7171
cls.map_checksum,
7272
cls.match_archives_to_purldb,
@@ -136,7 +136,7 @@ def load_ecosystem_config(self):
136136
d2d_config.load_ecosystem_config(pipeline=self, options=self.selected_groups)
137137

138138
@optional_step("Ruby")
139-
def load_ecosystem_config_ruby(self):
139+
def map_ruby(self):
140140
"""Load Ruby specific configurations for d2d steps."""
141141
pass
142142

0 commit comments

Comments
 (0)