push docker with CI
This commit is contained in:
parent
d6e0d933d8
commit
48c95b975a
3 changed files with 26 additions and 4 deletions
|
@ -16,6 +16,7 @@ for path in REMOVE_PATHS:
|
|||
else:
|
||||
os.unlink(path)
|
||||
|
||||
subprocess.call(["poetry", "lock"])
|
||||
subprocess.call(["git", "init"])
|
||||
subprocess.call(["git", "checkout", "-b", "main"])
|
||||
subprocess.call(["git", "add", "*"])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue