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
We are using commitlint in our GitLab CI pipelines. With the upgrade to 19.6.0 we noticed unexpected failures, which turns out to be caused by Git no longer being available in the container after #4185.
Steps to Reproduce
We are using commitlint in our GitLab CI pipelines. With the upgrade to 19.6.0 we noticed unexpected failures, which turns out to be caused by Git no longer being available in the container after #4185.
Config:
Current Behavior
Resulting error:
Expected Behavior
Commits since last tag should be grabbed and linted.
Affected packages
Possible Solution
Install Git in the container, not just in the build layer
Context
No response
commitlint --version
19.6.0
git --version
N/A
node --version
v18.20.5
The text was updated successfully, but these errors were encountered: