We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2b43957 + 6eb532b commit e6eb55aCopy full SHA for e6eb55a
nimp/base_commands/upload_fileset.py
@@ -70,7 +70,7 @@ def run(self, env):
70
file_mapper = nimp.system.FileMapper(None, vars(env))
71
file_mapper.load_set(env.fileset)
72
73
- artifact_path = f'{env.artifact_repository_destination}/{env.artifact_collection[env.fileset]}'
+ artifact_path = f'{file_mapper.artifact_repository_destination}/{file_mapper.artifact_collection[env.fileset]}'
74
if env.slice_job_index and env.slice_job_count:
75
artifact_path = f'{artifact_path}/slice-{env.slice_job_index}-of-{env.slice_job_count}'
76
artifact_path = nimp.system.sanitize_path(env.format(artifact_path))
0 commit comments