Skip to content

Commit

Permalink
Merge pull request #55 from hufs-sports-live/ci/add-shell
Browse files Browse the repository at this point in the history
Ci/쉘스크립트 오타 수정
  • Loading branch information
HiimKwak authored Nov 14, 2023
2 parents 3f2d15a + 9620a2c commit 42f13f0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,7 @@ jobs:
source-directory: .
destination-github-username: 'HiimKwak'
destination-repository-name: 'hufchichi_client'
commit-message: ${{ github.event.commits[0].message }}

- name: Test get variable exported by push-to-another-repository
run: echo $DESTINATION_CLONED_DIRECTORY
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
cd ../
mkdir output
cp -R ./[client]/* ./output
cp -R ./output ./[client]/
cp -R ./client/* ./output
cp -R ./output ./client/

0 comments on commit 42f13f0

Please sign in to comment.