Skip to content

Instantly share code, notes, and snippets.

@forbze
Created June 30, 2015 05:58
Show Gist options
  • Save forbze/cf874a54b56512faa4cc to your computer and use it in GitHub Desktop.
Save forbze/cf874a54b56512faa4cc to your computer and use it in GitHub Desktop.
Send XCode7 Bot Integration Status to IFTTT Maker
#!/bin/sh
curl -X POST -H "Content-Type: application/json" -d "{\"value1\":\"$XCS_BOT_NAME\",\"value2\":\"$XCS_INTEGRATION_RESULT\"}" https://maker.ifttt.com/trigger/Build_Complete/with/key/$IFTTT_MAKER_KEY
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment