Commit 6da21f84 authored by Abhishek's avatar Abhishek
Browse files

Update .gitlab-ci.yml file

parent 9a9b0eef
Pipeline #12010 failed with stages
in 60 minutes and 42 seconds
...@@ -19,11 +19,11 @@ build_backend: ...@@ -19,11 +19,11 @@ build_backend:
stage: build stage: build
script: script:
- echo "🏗️ Installing unifiedticketing dependency to local Maven repo..." - echo "🏗️ Installing unifiedticketing dependency to local Maven repo..."
# - bash deployunifiedticketingdeptolocalrepo.txt - bash deployunifiedticketingdeptolocalrepo.txt
# - echo "🔧 Building backend JAR with Maven...." - echo "🔧 Building backend JAR with Maven...."
# - mvn -B clean install - mvn -B clean install
# - echo "✅ Maven build done." - echo "✅ Maven build done."
artifacts: artifacts:
paths: paths:
- target/*.jar - target/*.jar
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment