Skip to content

Commit

Permalink
Update ci_post_clone.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan6sha committed Oct 13, 2024
1 parent eda81bd commit 6b2df6f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions apps/box/ios/ci_scripts/ci_post_clone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,12 @@ nvm use $NODE_VERSION
# Install CocoaPods
brew install cocoapods

# Navigate to the fx-components directory
cd $CI_WORKSPACE/fx-components
# Navigate to the project root
cd /Volumes/workspace/repository

# Print current directory for debugging
pwd
ls -la

# Install yarn dependencies
yarn install
Expand All @@ -26,7 +30,7 @@ cd apps/box/ios
pod install

# Return to the project root
cd $CI_WORKSPACE
cd /Volumes/workspace/repository

# Print Node.js and npm versions for debugging
node --version
Expand Down

0 comments on commit 6b2df6f

Please sign in to comment.