Skip to content

Commit

Permalink
FIX :: 스크립트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
HyunSu1768 committed Mar 19, 2024
1 parent 37bd8ef commit 7674bb4
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions ci_scripts/ci_post_clone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@
GITHUB_TOKEN=${GITHUB_TOKEN}

git clone https://$GITHUB_TOKEN@github.com/MaeumGaGym/MaeumagGym-iOS-ignoreds.git

pwd
cp -R MaeumagGym-iOS-ignoreds/xcconfigs ../
rm -rf MaeumagGym-iOS-ignoreds

cd ..

curl -Ls https://install.tuist.io | bash
curl https://mise.jdx.dev/install.sh | sh
mise install

tuist fetch
mise x tuist fetch

tuist generate
mise x tuist generate

0 comments on commit 7674bb4

Please sign in to comment.