fix: use tags for codex installation scripts#52
Conversation
belluru
left a comment
There was a problem hiding this comment.
By cleaning the plugin directory, we are removing the existing configs such as database_instance_id etc. but if a user is installing latest version of plugin, the overwrite is bound to happen anyways right? Its probably ok, let me know.
yea their existing configs would be overwritten regardless if we have to download the plugin repo again to do things more safely, instead of deleting the the plugin directory, we can rename it so our changes aren't destructive wdyt? |
Currently the codex installation scripts are installing the latest main commit by default. There's other issues like if the user makes changes to the plugin directory, the
git pullwill fail because there are uncommitted changes in the directory.other changes to the scripts :