Skip to content

Commit 1994534

Browse files
committed
CLAP-104 CI/CD : CI에서 s3.yml 파일 생성하도록 수정
1 parent 21d98dd commit 1994534

File tree

2 files changed

+2
-32
lines changed

2 files changed

+2
-32
lines changed

.github/workflows/dev-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ permissions:
1313

1414
jobs:
1515
DEV_CI:
16-
if: github.event.action == 'opened' || github.event.action == 'synchronize'
1716
runs-on: ubuntu-latest
1817
steps:
1918
- uses: actions/checkout@v3
@@ -22,6 +21,8 @@ jobs:
2221
with:
2322
java-version: '17'
2423
distribution: 'temurin' # https://github.com/actions/setup-java
24+
- run: touch ./src/main/resources/s3.yml
25+
- run: echo "${{ secrets.S3_PROPERTIES }}" > ./src/main/resources/s3.yml
2526

2627
# gradle caching - 빌드 시간 향상
2728
- name: Gradle Caching

src/main/resources/env.properties

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)