Skip to content

Commit

Permalink
Added .app file upload
Browse files Browse the repository at this point in the history
  • Loading branch information
CesarTrigo committed Jun 14, 2019
1 parent 7a9b4dc commit 9a4df0f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions step.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ tag="${BITRISE_GIT_TAG}"
commit="${BITRISE_GIT_COMMIT}"
commitMessage="${BITRISE_GIT_MESSAGE}"
provisionUrl="${BITRISE_PROVISION_URL}"
app_path="${BITRISE_APP_DIR_PATH}"

echo
echo "========== CONFIGURATION =========="
Expand All @@ -55,6 +56,7 @@ echo "* autoremove: deprecated"
echo "* os: deprecated"
echo "* tags: ${tags}"
echo "* ipa_path: ${ipa_path}"
echo "* app_path: ${app_path}"
echo
echo "========== DEPLOYMENT VALUES =========="
echo "* commitMessage: ${commitMessage}"
Expand Down Expand Up @@ -82,6 +84,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 \"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 9a4df0f

Please sign in to comment.