mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-26 22:48:25 +00:00
Fix formatting
This commit is contained in:
parent
a52884a311
commit
b777d458f3
@ -268,10 +268,7 @@ class K8sScriptRunner(scripts.BaseRunner):
|
|||||||
"\n"
|
"\n"
|
||||||
"Old-style job running will be deprecated soon. Please inform "
|
"Old-style job running will be deprecated soon. Please inform "
|
||||||
"your plugin maintainer!"
|
"your plugin maintainer!"
|
||||||
).format(
|
).format(job_name=job_name, command=command.replace("\n", "\n "),)
|
||||||
job_name=job_name,
|
|
||||||
command=command.replace("\n", "\n "),
|
|
||||||
)
|
|
||||||
fmt.echo_alert(message)
|
fmt.echo_alert(message)
|
||||||
wait_for_pod_ready(self.config, service)
|
wait_for_pod_ready(self.config, service)
|
||||||
kubectl_exec(self.config, service, command)
|
kubectl_exec(self.config, service, command)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user