Fix some bugs
This commit is contained in:
parent
d773ded73d
commit
c690cdb920
|
@ -250,9 +250,6 @@ def entrypoint():
|
||||||
|
|
||||||
notifications.send_webhook(config, "begin", "Starting up pvcbootstrapd")
|
notifications.send_webhook(config, "begin", "Starting up pvcbootstrapd")
|
||||||
|
|
||||||
cspec = git.load_cspec_yaml(config)
|
|
||||||
print(cspec)
|
|
||||||
|
|
||||||
# Initialize the database
|
# Initialize the database
|
||||||
db.init_database(config)
|
db.init_database(config)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue