Skip to content

Commit f039ad6

Browse files
committed
ATLAS-5054: move coverage artifacts to dist directory for upload later
1 parent c5a800a commit f039ad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-support/atlas-docker/scripts/atlas-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,4 @@ mv -f distro/target/apache-atlas-${ATLAS_VERSION}-kafka-hook.tar.gz /home/atlas/
9797
./dev-support/checks/coverage.sh
9898

9999
# save coverage reports to the dist directory before container shutdown
100-
mv -f target/coverage /home/atlas/dist
100+
mv -f target/coverage /home/atlas/dist/

0 commit comments

Comments
 (0)