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
fix(vector): Use relative path to patchable checked out source (#1471)
* fix(vector): Use relative path to patchable checked out source
Fixes this error:
```
find: '/src/': No such file or directory
```
Because fot this build, WORKDIR is /stackable (so patchable checked out src/ is below that)
* chore: Update changelog
* fix: Correctly include SBOM
Co-authored-by: Lukas Krug <lukas@luvosys.de>
---------
Co-authored-by: Lukas Krug <lukas@luvosys.de>
0 commit comments