Add environments method to all strategies

This commit is contained in:
Sebastian Serth
2021-11-04 10:40:01 +01:00
parent 79da2781e3
commit 054d35b8d3
4 changed files with 33 additions and 0 deletions

View File

@ -9,6 +9,10 @@ class Runner::Strategy
raise NotImplementedError
end
def self.environments
raise NotImplementedError
end
def self.sync_environment(_environment)
raise NotImplementedError
end