mirror of
https://github.com/lubuntu-team/ci-tooling.git
synced 2025-08-07 00:44:02 +00:00
Use the correct path for the template.
This commit is contained in:
parent
593145e51e
commit
2a0c9c241c
@ -114,7 +114,7 @@ class Generator:
|
|||||||
"defined")
|
"defined")
|
||||||
|
|
||||||
# Assign the packagebuild template to a variable
|
# Assign the packagebuild template to a variable
|
||||||
with open("../templates/packagebuild.xml") as templatef:
|
with open("templates/packagebuild.xml") as templatef:
|
||||||
template = Template(templatef)
|
template = Template(templatef)
|
||||||
|
|
||||||
# Authenticate to the server
|
# Authenticate to the server
|
||||||
|
Loading…
x
Reference in New Issue
Block a user