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
Copy the config directory into the docker image used by CI. Without this
the build command used by the unified build process fails.
```
env DEPENDENCIES_REPORTS_DIR=$PWD \
DEPENDENCIES_REPORT=dependencies-report.csv \
.ci/make.sh assemble 8.0.0-SNAPSHOT
```
0 commit comments