Skip to content

Commit

Permalink
Update step.sh
Browse files Browse the repository at this point in the history
Added support for ´autoremove´ param that automatically removes the oldest build before uploading a new one to prevent reaching your account limits.
  • Loading branch information
CesarTrigo authored Jan 4, 2017
1 parent 0dfea37 commit 722c5bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions step.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ echo "* app_id: ${app_id}"
echo "* version_name: ${version_name}"
echo "* notes: ${notes}"
echo "* notify: ${notify}"
echo "* autoremove: ${autoremove}"
echo "* os: ${os}"
echo "* tags: ${tags}"
echo "* apk_path: ${apk_path}"
Expand All @@ -79,6 +80,7 @@ curl_cmd="$curl_cmd -F \"app=${app_id}\""
curl_cmd="$curl_cmd -F \"versionName=${version_name}\""
curl_cmd="$curl_cmd -F \"notes=${notes}\""
curl_cmd="$curl_cmd -F \"notify=${notify}\""
curl_cmd="$curl_cmd -F \"autoremove=${autoremove}\""
curl_cmd="$curl_cmd -F \"os=android\""
curl_cmd="$curl_cmd -F \"deployer=bitrise\""
curl_cmd="$curl_cmd -F \"tags=${tags}\""
Expand Down

0 comments on commit 722c5bb

Please sign in to comment.