Skip to content

fix(ci): validate_mise_tool_versions

Steve Xuereb requested to merge fix/asdf-plugin-install into master

What

Update the scripts/install-asdf-plugins.sh with the latest version from copier

Why

We see all pipelines are failing on the job validate_mise_tool_versions:

This is because the scripts/install-asdf-plugins.sh script doesn't check if we are using mise or asdf`. Updating to the latest version we check which tool we are using

Merge request reports