Skip to content

Commit 3c677e4

Browse files
committed
remove getlist from final dir, addressing issue #2
1 parent 54c0de4 commit 3c677e4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

batchtools/build_yaml.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
--omit-dir-times --no-relative --numeric-ids \
2323
--exclude-from={job_name}/gotlist \
2424
{job_name} {devpod_name}:{jobs_dir}
25+
26+
oc rsh {devpod_name} rm -f \
27+
{jobs_dir}/{job_name}/getlist
2528
"""
2629

2730

0 commit comments

Comments
 (0)