mirror of
https://github.com/hwanny1128/HGZero.git
synced 2025-12-06 06:46:24 +00:00
exclude upload github artifacts
This commit is contained in:
parent
9f1afa4f1d
commit
390b3d520c
22
.github/workflows/backend-cicd_ArgoCD.yaml
vendored
22
.github/workflows/backend-cicd_ArgoCD.yaml
vendored
@ -139,17 +139,17 @@ jobs:
|
||||
-Dsonar.exclusions=**/config/**,**/entity/**,**/dto/**,**/*Application.class,**/exception/**
|
||||
done
|
||||
|
||||
- name: Upload build artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: app-builds
|
||||
retention-days: 1
|
||||
path: |
|
||||
user/build/libs/*.jar
|
||||
meeting/build/libs/*.jar
|
||||
stt/build/libs/*.jar
|
||||
ai/build/libs/*.jar
|
||||
notification/build/libs/*.jar
|
||||
# - name: Upload build artifacts
|
||||
# uses: actions/upload-artifact@v4
|
||||
# with:
|
||||
# name: app-builds
|
||||
# retention-days: 1
|
||||
# path: |
|
||||
# user/build/libs/*.jar
|
||||
# meeting/build/libs/*.jar
|
||||
# stt/build/libs/*.jar
|
||||
# ai/build/libs/*.jar
|
||||
# notification/build/libs/*.jar
|
||||
|
||||
- name: Set outputs
|
||||
id: set_outputs
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user