Skip to content

Commit

Permalink
Update ci_post_clone.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsRefsgaard committed Jan 25, 2024
1 parent c9fc1c0 commit c24937e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ios/ci_scripts/ci_post_clone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ HOMEBREW_NO_AUTO_UPDATE=1 # disable homebrew's automatic updates.
brew install cocoapods

#
ls -la workspace
echo "DOING STUFF 1"
ls -la $CI_WORKSPACE_PATH
echo "DOING STUFF 2"
ls -la $CI_WORKSPACE_PATH/repository

cd $CI_WORKSPACE_PATH

Expand Down

0 comments on commit c24937e

Please sign in to comment.