From 99e0a8f7ae138e8add0dd2fcfb3570c9332b3b83 Mon Sep 17 00:00:00 2001 From: Krisztian Goedrei Date: Sat, 12 Sep 2015 13:06:51 +0200 Subject: [PATCH] input fix --- step.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/step.sh b/step.sh index 72c8cd1..1f0ef60 100755 --- a/step.sh +++ b/step.sh @@ -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