Skip to content

Commit 7ec399e

Browse files
authored
[Docs] Update CI.yml
1 parent 3a40564 commit 7ec399e

1 file changed

Lines changed: 0 additions & 17 deletions

File tree

.github/workflows/CI.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,8 @@ jobs:
1818
with:
1919
distribution: 'corretto'
2020
java-version: '17'
21-
22-
- name: create application.yml
23-
run: |
24-
## create application.yml
25-
mkdir ./src/main/resources
26-
cd ./src/main/resources
27-
28-
# application.yml 파일 생성
29-
touch ./application.yml
30-
31-
# GitHub-Actions 에서 설정한 값을 application.yml 파일에 쓰기
32-
echo "${{ secrets.CI_APPLICATION }}" >> ./application.yml
33-
34-
# application.yml 파일 확인
35-
cat ./application.yml
36-
shell: bash
3721

3822
- name: build
3923
run: |
4024
chmod +x gradlew
4125
./gradlew build -x test
42-
shell: bash

0 commit comments

Comments
 (0)