Skip to content

Commit

Permalink
📝docs : Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DDonghyeo authored May 23, 2024
1 parent c920b5b commit ad08b78
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ jobs:
chmod +x ./weather-service/gradlew
- name: Build with Gradle - config
run: ./config-service/gradlew clean build -x test
run: |
./config-service/gradlew clean build -x test |& tee config-build.log
cat config-build.log
env:
CONFIG_GIT_URI: ${{ secrets.CONFIG_GIT_URI }}
CONFIG_PASSPHRASE: ${{ secrets.CONFIG_PASSPHRASE }}
Expand Down

0 comments on commit ad08b78

Please sign in to comment.