Skip to content
Snippets Groups Projects
Commit c0ed4828 authored by Rémi Duraffort's avatar Rémi Duraffort
Browse files

Merge branch 'tar-test-definition' into 'master'

tar test definition: fix compression support

See merge request lava/lava!1464
parents c3df80d0 12d83eca
Branches master
No related tags found
No related merge requests found
......@@ -469,7 +469,7 @@ class UrlRepoAction(RepoAction):
# Add 'url' as an alias to 'repository'. DownloaderAction requires an
# 'url' key.
params = dict(**parameters, url=self.parameters["repository"])
params = dict(**self.parameters, url=self.parameters["repository"])
self.download_dir = self.mkdtemp()
self.action_key = "url_repo"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment