Skip to content

Commit 55da5e2

Browse files
authored
ci: ci 테스트 (#359)
* ci: ci 테스트 * ci: final check 스크립트 삭제
1 parent c2594e1 commit 55da5e2

File tree

4 files changed

+2
-67
lines changed

4 files changed

+2
-67
lines changed

.github/workflows/ci_gradle.yml

-7
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,3 @@ jobs:
4040

4141
- name: Stop Docker Compose
4242
run: docker-compose -f docker-compose-test.yml down
43-
44-
- name: Trigger Final Check
45-
run: |
46-
curl -X POST -H "Accept: application/vnd.github.v3+json" \
47-
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
48-
https://api.github.com/repos/${{ github.repository }}/dispatches \
49-
-d '{"event_type":"final_check", "client_payload": {"pull_request_number": ${{ github.event.pull_request.number }}}}'

.github/workflows/dummy.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,4 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- name: Trigger Final Check
13-
run: |
14-
curl -X POST -H "Accept: application/vnd.github.v3+json" \
15-
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
16-
https://api.github.com/repos/${{ github.repository }}/dispatches \
17-
-d '{"event_type":"final_check", "client_payload": {"pull_request_number": ${{ github.event.pull_request.number }}}}'
12+
run: echo "Running CD workflow"

.github/workflows/final.yml

-53
This file was deleted.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Spon-us(스포너스)는 대학생 단체와 기업 간의 협찬, 제휴, 그
5858
<img src="https://img.shields.io/badge/Slack-4A154B?style=for-the-badge&logo=slack&logoColor=white">
5959
<img src="https://img.shields.io/badge/Notion-000000?style=for-the-badge&logo=notion&logoColor=white">
6060
<img src="https://img.shields.io/badge/Swagger-85EA2D?style=for-the-badge&logo=swagger&logoColor=white">
61-
<img src="https://img.shields.io/badge/Discord-5865FE?style=for-the-flat&logo=discord&logoColor=white">
61+
<img src="https://img.shields.io/badge/Discord-5865FE?style=for-the-badge&logo=discord&logoColor=white">
6262
</p>
6363

6464
<br>

0 commit comments

Comments
 (0)