19d9360b55
This writes the date of the pyproject.toml into a stamp file in the venv. If it updates, we run pip with "latest" which should update the environment. The normal "latest" run should ensure any changes to launch-node get populated as usual. This should ensure we keep things like openstackclient updated, but just once per day. Change-Id: I50674a25da9e1761af8daa78970c473e651791b0
2 lines
46 B
Django/Jinja
2 lines
46 B
Django/Jinja
# Update timestamp: {{ now(fmt='%Y-%m-%d') }}
|