Skip to content

Commit

Permalink
fix ci pre xcodebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
banjun committed May 27, 2023
1 parent 3b51216 commit 42a3074
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci_scripts/ci_pre_xcodebuild.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/bin/sh
set -ex

if [[ $CI_WORKFLOW = 'podspec on PR' || $CI_WORKFLOW = 'podspec on main' ]];
then
cd ..
bundle exec pod lib lint --private
fi

0 comments on commit 42a3074

Please sign in to comment.