Skip to content

Commit d4b1ebb

Browse files
authored
CI/CD 파이프라인 참고내용 추가 (#208)
* test: ci/cd 적용 테스트 4
1 parent 81f21cd commit d4b1ebb

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/spring-cd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
jobs:
88
cd:
99
uses: kjiyun/CI-CD-pipeline-standard/.github/workflows/java-gradle-cd.yml@master
10+
# 참고: https://github.com/kjiyun/CI-CD-pipeline-standard
1011
with:
1112
java-version: "17"
1213
distribution: "temurin"

.github/workflows/spring-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
jobs:
88
ci:
99
uses: kjiyun/CI-CD-pipeline-standard/.github/workflows/java-gradle-ci.yml@master
10+
# 참고: https://github.com/kjiyun/CI-CD-pipeline-standard
1011
with:
1112
java-version: "17"
1213
distribution: "temurin"

0 commit comments

Comments
 (0)