onomatopoeia

on

before session 1

docker network create --subnet=192.168.0.0/24 container_network

session 1

docker compose up -d; docker exec -it onomatopoeia.1 bash; . /habitat/_controls/build_1.sh

session 2

docker exec -it onomatopoeia.2 bash; . /habitat/_controls/build_2.sh

link the readme

ln -s venues/stages/onomatopoeia/room.md readme.MD

publishing

# # statuses # python3 /habitat/regions/vehicles/onomatopoeia/_status/status.proc.py python3 /habitat/status_E2E/status.proc.py # # # increase version # # # git push # if Circle CI is successful, then publish # git tag onomatopoeia.1-1.3.0; git add --all; git commit -m "onomatopoeia"; git push --tags # # poetry auth # # (pip install poetry && cd /habitat && rm -rf dist && poetry build --format sdist --verbose && chmod -R 777 /habitat) poetry publish --verbose;

important

poetry show --tree