mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 06:45:50 +00:00
Update maven-build.yml
This commit is contained in:
parent
0531f28280
commit
6e297619ba
1 changed files with 4 additions and 4 deletions
2
.github/workflows/maven-build.yml
vendored
2
.github/workflows/maven-build.yml
vendored
|
@ -83,7 +83,7 @@ jobs:
|
|||
ls -al /home/aiman/Documents/CI-CD/spring-petclinic/actions-runner/_work/spring-petclinic/spring-petclinic/target/
|
||||
|
||||
# Check if the JAR file exists and display a message if not
|
||||
JAR_PATH="/home/aiman/Documents/CI-CD/spring-petclinic/actions-runner/_work/spring-petclinic/spring-petclinic/target/spring-petclinic-3.3.0-SNAPSHOT.jar"
|
||||
JAR_PATH="/home/aiman/Documents/CI-CD/spring-petclinic/target/spring-petclinic-3.3.0-SNAPSHOT.jar"
|
||||
if [ ! -f "$JAR_PATH" ]; then
|
||||
echo "JAR file not found at $JAR_PATH"
|
||||
exit 1
|
||||
|
|
Loading…
Reference in a new issue