Skip to content

Commit

Permalink
Quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
znick committed Feb 29, 2024
1 parent 20c6d21 commit c48d4b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easyci2/gitlabci/worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def __init__(self, task, repo, run_cmd, files, timeout, output_file,

def run(self):
logging.info("Process task %s", self.task)
prepare_dir(self.repo, self.files, self.ssh_key_id)
prepare_dir(self.repo, self.files, './', self.ssh_key_id)
run_cmd = self.run_cmd + [self.task, "../"+TASK_DIR]
output, ret = self.execute(run_cmd, cwd=GIT_DIR)
self.make_artifact(output)
Expand Down

0 comments on commit c48d4b8

Please sign in to comment.