Skip to content

Instantly share code, notes, and snippets.

@mlocher
Created November 10, 2014 10:36
Show Gist options
  • Select an option

  • Save mlocher/9ec0c502f0b9c8b23df3 to your computer and use it in GitHub Desktop.

Select an option

Save mlocher/9ec0c502f0b9c8b23df3 to your computer and use it in GitHub Desktop.
Install CloudCode parse CLI tool on Codeship
#!/bin/sh
curl https://www.parse.com/downloads/cloud_code/parse -o ${HOME}/bin/parse
chmod 755 ${HOME}/bin/parse
@arcdev1
Copy link
Copy Markdown

arcdev1 commented Dec 14, 2015

Thanks for this. It helped point me in the right direction. I ended up making a slightly more robust and up-to-date version of this, in case anyone is interested. https://gist.github.com/arcdev1/0d4f509c44e6a1d0cd37

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment