fix Error: Calling Non-checksummed download of sshpass formula file from an arbitrary URL is disabled

(cherry picked from commit b68d4e9a7f)
pull/800/head
Steven Robertson 4 years ago committed by Alex Willmer
parent 6a4773ac93
commit 6cdacd40bf

@ -22,7 +22,7 @@ with ci_lib.Fold('unit_tests'):
with ci_lib.Fold('job_setup'):
os.chmod(KEY_PATH, int('0600', 8))
if not ci_lib.exists_in_path('sshpass'):
run("brew install http://git.io/sshpass.rb")
run("brew install esolitos/ipa/sshpass")
with ci_lib.Fold('machine_prep'):

Loading…
Cancel
Save