We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9019f5d commit ba42ce3Copy full SHA for ba42ce3
1 file changed
infra/scripts/setup/unicorn-store-spring.sh
@@ -26,7 +26,10 @@ if [ -d ~/environment/unicorn-store-spring ]; then
26
rm -rf ~/environment/unicorn-store-spring
27
fi
28
cp -r ~/java-on-aws/apps/unicorn-store-spring ~/environment/
29
-log_success "Copied unicorn-store-spring to ~/environment"
+
30
+# Remove test directory to avoid testcontainers issues during Docker build
31
+rm -rf ~/environment/unicorn-store-spring/src/test
32
+log_success "Copied unicorn-store-spring to ~/environment (tests removed)"
33
34
# Change to the app directory
35
cd ~/environment/unicorn-store-spring
0 commit comments