Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ncooke3 committed May 2, 2024
1 parent 24cf701 commit bb225ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/build_zip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,12 @@ BUILD_MODE="$3"
LINKING_TYPE="$4"

if [[ "$BUILD_MODE" == "build-head" ]]; then
echo "Building zip from head."
build_head_option="--local-podspec-path"
build_head_value="$REPO"
carthage_version_check="--disable-carthage-version-check"
elif [[ "$BUILD_MODE" == "build-release" ]]; then
# Do nothing.
echo "Building zip from release tag."
else
echo "Defaulting to `build_release`."
fi
Expand Down

0 comments on commit bb225ea

Please sign in to comment.