Skip to content

Commit

Permalink
chore : CI 코드 작동 확인
Browse files Browse the repository at this point in the history
* 해당 경로가 아예 없어서 실행이 안되는 것 같아 코드를 삭제함
  • Loading branch information
sk000801 committed Mar 13, 2024
1 parent 2a5f834 commit de88b9d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/server-ci-spring.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ jobs:
REDIS_PORT: ${{secrets.REDIS_PORT}}
REDIS_TTL: ${{secrets.REDIS_TTL}}
run: |
cd ./src/main/resources
touch application.properties
echo "DB_HOST_IP=$DB_HOST_IP" >> application.properties
echo "DB_PORT=$DB_PORT" >> application.properties
Expand Down

0 comments on commit de88b9d

Please sign in to comment.