Skip to content

Commit

Permalink
restoring nfs directory path, just commenting out for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
PhillipsOwen committed Apr 1, 2024
1 parent b3c6b19 commit 522c3b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/staging/staging.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,10 +223,10 @@ def create_test_files(self, run_dir: str, run_data: json, workflow_type: Workflo
fp.write(f'echo "Creating the archive directory {archive_dir}..."; mkdir -p {archive_dir};\n')

# get the full path to the test results archive file
archive_file: str = str(os.path.join(archive_dir, f'{executor}.tar.gz'))
# archive_file: str = str(os.path.join(archive_dir, f'{executor}.tar.gz'))

# compress the directory into the package directory
fp.write(f'echo "Zip and Tar the results dir into {archive_file}"; tar -zcvf "{archive_file}" {data_path};\n')
# fp.write(f'echo "Zip and Tar the results dir into {archive_file}"; tar -zcvf "{archive_file}" {data_path};\n')

# make sure the file has the correct permissions
if sys.platform != 'win32':
Expand Down

0 comments on commit 522c3b5

Please sign in to comment.