valohai / valohai-cli

:heavy_dollar_sign: Command line client for Valohai
MIT License
14 stars 8 forks source link

Changing project will lock out --adhoc cli command #183

Closed drazendee closed 2 years ago

drazendee commented 2 years ago

I have several projects linked to the same repo.

If I do an --ad-hoc execution on project 1, then vh project link to project 2 and attempt to do an --ad-hoc execution there the cli will first say that the ad hoc commit has already been uploaded and then crash due to not finding the code commit in that project. So looks like the commit cache is not aware of the possibility of changing projects.

akx commented 2 years ago

Related: #104

drazendee commented 2 years ago

Closing as this should be fixed