Skip to content

Commit

Permalink
Auto stash before checking out "origin/develop"
Browse files Browse the repository at this point in the history
  • Loading branch information
HyunSu1768 committed Mar 27, 2024
1 parent 78ef492 commit 7218eec
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions ci_scripts/ci_post_clone.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
#!/bin/sh

GITHUB_TOKEN=${GITHUB_TOKEN}

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

cp -R MaeumagGym-iOS-ignoreds/xcconfigs ../
cp -R MaeumagGym-iOS-ignoreds/Config.swift ../Projects/Core/Sources
rm -rf MaeumagGym-iOS-ignoreds

cd ..

curl https://mise.jdx.dev/install.sh | sh
export PATH="$HOME/.local/bin:$PATH"

mise install

mise exec -- tuist fetch

mise exec -- tuist generate

0 comments on commit 7218eec

Please sign in to comment.