Skip to content

Commit

Permalink
Merge pull request #53 from hufs-sports-live/ci/add-shell
Browse files Browse the repository at this point in the history
ci: 쉘스크립트 및 yml step 추가
  • Loading branch information
HiimKwak authored Nov 14, 2023
2 parents 1ffe12d + e236001 commit 3f2d15a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: creates output
run: sh ./build.sh

- name: Config git extraheader
run: |
git config --unset-all http.https://github.com/.extraheader
Expand Down
5 changes: 5 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh
cd ../
mkdir output
cp -R ./[client]/* ./output
cp -R ./output ./[client]/

0 comments on commit 3f2d15a

Please sign in to comment.