You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A regression was introduced in:
#55
which meant that the Kayobe docker image failed to build. This is
because requirements.txt was updated to point a local path that did not
exist inside the docker image during the build. I've changed the logic
to update the requirements.txt to use the ansible variables that
configure the kayobe checkout.
0 commit comments