Skip to content

Commit

Permalink
chore: github action에서 빌드 시 환경 변수를 지정하지 않도록 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
nak-honest committed Jul 19, 2024
1 parent 2b4913b commit 62049b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/be-cd-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: chmod +x gradlew

- name: Build with Gradle
run: ./gradlew clean build -Pjasypt.encryptor.password=${{secrets.JASYPT_SECRET_KEY}}
run: ./gradlew clean build

- name: Sign in Dockerhub
uses: docker/login-action@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/be-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: chmod +x gradlew

- name: Test with Gradle
run: ./gradlew build -Pjasypt.encryptor.password=${{secrets.JASYPT_SECRET_KEY}}
run: ./gradlew build

- name: Publish Unit Test Results
uses: EnricoMi/publish-unit-test-result-action@v1
Expand Down

0 comments on commit 62049b0

Please sign in to comment.