mirror of
https://github.com/hwanny1128/HGZero.git
synced 2025-12-06 21:56:24 +00:00
Merge pull request #57 from hwanny1128/feat/rag-function
exclude upload github artifacts
This commit is contained in:
commit
43bc869ea1
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/**
|
-Dsonar.exclusions=**/config/**,**/entity/**,**/dto/**,**/*Application.class,**/exception/**
|
||||||
done
|
done
|
||||||
|
|
||||||
- name: Upload build artifacts
|
# - name: Upload build artifacts
|
||||||
uses: actions/upload-artifact@v4
|
# uses: actions/upload-artifact@v4
|
||||||
with:
|
# with:
|
||||||
name: app-builds
|
# name: app-builds
|
||||||
retention-days: 1
|
# retention-days: 1
|
||||||
path: |
|
# path: |
|
||||||
user/build/libs/*.jar
|
# user/build/libs/*.jar
|
||||||
meeting/build/libs/*.jar
|
# meeting/build/libs/*.jar
|
||||||
stt/build/libs/*.jar
|
# stt/build/libs/*.jar
|
||||||
ai/build/libs/*.jar
|
# ai/build/libs/*.jar
|
||||||
notification/build/libs/*.jar
|
# notification/build/libs/*.jar
|
||||||
|
|
||||||
- name: Set outputs
|
- name: Set outputs
|
||||||
id: set_outputs
|
id: set_outputs
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user