Skip to content

Commit

Permalink
Update catalog-service-ci-cd.yml
Browse files Browse the repository at this point in the history
Mise à jour de la partie deploy de pipeline
  • Loading branch information
Zeineb2001 authored Nov 18, 2024
1 parent 0023950 commit 10a6f16
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/catalog-service-ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,11 @@ jobs:
cd catalog/catalog-service/
mvn clean package -Dquarkus.package.type=uber-jar
- name: List files in target directory
run: ls -l catalog/catalog-service/target/

- name: Archive JAR Artifact
uses: actions/upload-artifact@v3
with:
name: service-catalog.jar
path: catalog/catalog-service/target/*-runner.jar
path: catalog/catalog-service/target/catalog-service-1.0.0-SNAPSHOT-runner.jar

deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 10a6f16

Please sign in to comment.