Fix alembic head
This commit is contained in:
parent
3fda6696e5
commit
9bc59828bf
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ RUN cat .git/HEAD > GIT_HEAD
|
|||
RUN TEST=true venv/bin/python -m unittest discover -f
|
||||
RUN TEST=true venv/bin/python -m test.registry_tests -f
|
||||
|
||||
RUN PYTHONPATH=. venv/bin/alembic heads > ALEMBIC_HEAD
|
||||
RUN PYTHONPATH=. venv/bin/alembic heads | grep -E '^[0-9a-f]+ \(head\)$' > ALEMBIC_HEAD
|
||||
|
||||
VOLUME ["/conf/stack", "/var/log", "/datastorage", "/tmp", "/conf/etcd"]
|
||||
|
||||
|
|
Reference in a new issue