Skip to content

Commit

Permalink
chore(ci): Re enable pod validation failures (#7335)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile authored Mar 12, 2024
1 parent 6c7a7b0 commit 03febfa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/native-podspec.sh
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#!/usr/bin/env sh

export NATIVE_PUBLISH=true
-set -eo pipefail

case $1 in
lint)
pod spec lint ios/CapacitorCordova.podspec --allow-warnings
pod spec lint ios/Capacitor.podspec --allow-warnings;;
pod lib lint ios/CapacitorCordova.podspec --allow-warnings
pod lib lint ios/Capacitor.podspec --allow-warnings;;

publish)
export NATIVE_PUBLISH=true
pod trunk push ios/CapacitorCordova.podspec --allow-warnings
pod trunk push ios/Capacitor.podspec --allow-warnings;;

Expand Down

0 comments on commit 03febfa

Please sign in to comment.