We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54c0de4 commit 3c677e4Copy full SHA for 3c677e4
1 file changed
batchtools/build_yaml.py
@@ -22,6 +22,9 @@
22
--omit-dir-times --no-relative --numeric-ids \
23
--exclude-from={job_name}/gotlist \
24
{job_name} {devpod_name}:{jobs_dir}
25
+
26
+oc rsh {devpod_name} rm -f \
27
+ {jobs_dir}/{job_name}/getlist
28
"""
29
30
0 commit comments