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
In makefile uninstall task, we are removing docker codacy-analysis-cli image having tag latest. This leads to error while uninstalling codacy-analysis-cli using make uninstall command.
Screenshot for reference:
This happens because while executing make install for installing cli, docker image with stable tag is pulled.
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
Error in Makefile uninstall task
[TS-181] Error in Makefile uninstall task
Jan 20, 2023
In makefile uninstall task, we are removing docker codacy-analysis-cli image having tag
latest
. This leads to error while uninstalling codacy-analysis-cli using make uninstall command.Screenshot for reference:
This happens because while executing make install for installing cli, docker image with
stable
tag is pulled.The text was updated successfully, but these errors were encountered: