Skip to content

Commit

Permalink
Merge pull request #2 from gkiki90/input_fix
Browse files Browse the repository at this point in the history
input fix
  • Loading branch information
viktorbenei committed Sep 12, 2015
2 parents 70d1670 + 99e0a8f commit dc2daac
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions step.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ if [ -z "${keychain_password}" ] ; then
exit 1
fi

if [ -z "${certificate_passphrase}" ] ; then
echo "Missing required input: certificate_passphrase"
exit 1
fi

if [ -z "${provisioning_profile_url}" ] ; then
echo "Missing required input: provisioning_profile_url"
exit 1
Expand Down

0 comments on commit dc2daac

Please sign in to comment.