We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c257f7 commit a0f3a51Copy full SHA for a0f3a51
Scripts/run_prep.sh
@@ -44,6 +44,7 @@ function do_stuff {
44
trap 'error_handler' ERR
45
46
# we need pod install or test_all.sh fails
47
+ pod repo update
48
pod install
49
50
myscripts=( "update_version.sh ${VERSION}" "build_all.sh" "test_all.sh" )
0 commit comments