fix: mo url typo
This commit is contained in:
parent
667d7f476d
commit
bb258efa39
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ class WoodpeckerRunner(Thread):
|
|||
service_path = f"{self._root}/compose/{service}/docker-compose.yml"
|
||||
for file in self._event.files:
|
||||
if file.__contains__('.mo.'):
|
||||
self._mo.process(Path(f"{self._root}{file}").absolute())
|
||||
self._mo.process(Path(f"{self._root}/{file}").absolute())
|
||||
paths.append(service_path)
|
||||
for service_path in paths:
|
||||
self._docker.reload(Path(service_path).absolute())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue