Skip to content

Commit

Permalink
Remove duplicated step #659
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Druez <[email protected]>
  • Loading branch information
tdruez committed Apr 11, 2023
1 parent 73b99be commit 0929eda
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scanpipe/pipelines/develop_to_deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ def steps(cls):
return (
cls.get_inputs,
cls.extract_inputs_to_codebase_directory,
cls.get_inputs,
cls.extract_archive_to_codebase_directory,
cls.collect_and_create_codebase_resources,
cls.checksum_match,
Expand Down

0 comments on commit 0929eda

Please sign in to comment.