feat: CI file and docker image

This commit is contained in:
Swann
2020-10-02 18:56:26 +02:00
parent 9966a24b5e
commit 3bc4b20035
5 changed files with 46 additions and 1 deletions

View File

@ -0,0 +1,4 @@
import re
init_py = open("../multi_user/__init__.py").read()
print(re.search("\d+\.\d+\.\d+\w\d+|\d+\.\d+\.\d+", init_py).group(0))