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.
1 parent 44c54bb commit 5b6fe7eCopy full SHA for 5b6fe7e
infrahub_sdk/testing/repository.py
@@ -72,6 +72,7 @@ def init(self) -> None:
72
)
73
print(files)
74
files_to_add = [str(Path(self._repo.git.path) / t) for t in files]
75
+ print(files_to_add)
76
if files_to_add:
77
porcelain.add(repo=self._repo.git.path, paths=files_to_add)
78
porcelain.commit(repo=self._repo.git.path, message="First commit")
0 commit comments