We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81f21cd commit d4b1ebbCopy full SHA for d4b1ebb
2 files changed
.github/workflows/spring-cd.yml
@@ -7,6 +7,7 @@ on:
7
jobs:
8
cd:
9
uses: kjiyun/CI-CD-pipeline-standard/.github/workflows/java-gradle-cd.yml@master
10
+ # 참고: https://github.com/kjiyun/CI-CD-pipeline-standard
11
with:
12
java-version: "17"
13
distribution: "temurin"
.github/workflows/spring-ci.yml
ci:
uses: kjiyun/CI-CD-pipeline-standard/.github/workflows/java-gradle-ci.yml@master
0 commit comments