Closed gsnider2195 closed 2 months ago
Upstream testing is missing the CI=true build arg and poetry lock is unable to resolve the Nautobot prerelease version when running from a branch.
CI=true
Probably need to do these things:
ci=True
_get_docker_nautobot_version
invoke lock --constrain_nautobot_ver
https://github.com/nautobot/nautobot-app-chatops/actions/runs/10868027086/job/30157480033
https://github.com/nautobot/cookiecutter-nautobot-app/pull/170
Upstream testing is missing the
CI=true
build arg and poetry lock is unable to resolve the Nautobot prerelease version when running from a branch.Probably need to do these things:
ci=True
to the build step of upstream testing_get_docker_nautobot_version
orinvoke lock --constrain_nautobot_ver
to handle running from a branchhttps://github.com/nautobot/nautobot-app-chatops/actions/runs/10868027086/job/30157480033