mirror of
https://github.com/gryf/coach.git
synced 2025-12-18 03:30:19 +01:00
Do not hardcode path to bash (#332)
This commit is contained in:
@@ -42,7 +42,7 @@ class EKSHandler():
|
||||
container = client.V1Container(
|
||||
name=self.test_name,
|
||||
image=self.image,
|
||||
command=['/bin/bash', '-c'],
|
||||
command=['bash', '-c'],
|
||||
args=[self.test_command],
|
||||
image_pull_policy='Always',
|
||||
working_dir=self.working_dir,
|
||||
|
||||
Reference in New Issue
Block a user