Skip to content

Commit

Permalink
Zip .app
Browse files Browse the repository at this point in the history
  • Loading branch information
CesarTrigo committed Jun 14, 2019
1 parent 29d5d7a commit d707389
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion step.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@ echo "* provisionUrl: ${provisionUrl}"


echo
############# Generate Zip ###############
zip -r "/tmp/${app_path}" "${app_path}"
tmpAppPath="tmp/${app_path}"
echo "* tmpAppPath: ${tmpAppPath}"


############# GENERATE CURL ##############

Expand All @@ -84,7 +89,7 @@ curl_cmd="$curl_cmd -F \"notifyCollaborators=${notifyCollaborators}\""
curl_cmd="$curl_cmd -F \"notifyEmployees=${notifyEmployees}\""
curl_cmd="$curl_cmd -F \"tags=${tags}\""
curl_cmd="$curl_cmd -F \"build=@${ipa_path}\""
#curl_cmd="$curl_cmd -F \"simulatorBuild=@${app_path}\""
curl_cmd="$curl_cmd -F \"simulatorBuild=@${tmpAppPath}\""
curl_cmd="$curl_cmd -F \"deployer.name=bitrise\""
curl_cmd="$curl_cmd -F \"deployer.info.commitMessage=${commitMessage}\""
curl_cmd="$curl_cmd -F \"deployer.info.commit=${commit}\""
Expand Down

0 comments on commit d707389

Please sign in to comment.