Skip to content

Commit e13c1d1

Browse files
authored
Added echo to setup script
1 parent dc59a31 commit e13c1d1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.codex/setup.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
#!/bin/bash
2+
echo "Running setup"
23
cd ..
34
chmod +x mvnw
5+
echo "Download Maven dependencies for local execution"
46
./mvnw clean package -Dtestcontainers.enabled=false
7+
echo "Setup finished successfully"

0 commit comments

Comments
 (0)