Skip to content

Commit 234a02f

Browse files
committed
Copy config into ci docker image
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 ```
1 parent 9171586 commit 234a02f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.ci/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ COPY LICENSE.txt NOTICE.txt ./
3434
# Prefetch dependencies
3535
COPY build.gradle.kts settings.gradle.kts ./
3636
COPY buildSrc ./buildSrc/
37+
COPY config ./config/
3738
COPY java-client/build.gradle.kts ./java-client/
3839
RUN ./gradlew resolveDependencies
3940

0 commit comments

Comments
 (0)