We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44c25ff commit 24bd18cCopy full SHA for 24bd18c
.github/workflows/deploy.yml
@@ -95,7 +95,7 @@ jobs:
95
run: |
96
echo "Checking build artifacts..."
97
for service in api-gateway eureka-server recommendation-service statistics-service user-tracking-service; do
98
- if [ -f "$service/target/$service-1.0-SNAPSHOT.jar" ]; then
+ if [ -f "$service/target/$service-0.0.1-SNAPSHOT.jar" ]; then
99
echo "$service build successful"
100
else
101
echo "Error: $service build failed - JAR not found"
0 commit comments