Created
June 30, 2015 05:58
-
-
Save forbze/cf874a54b56512faa4cc to your computer and use it in GitHub Desktop.
Send XCode7 Bot Integration Status to IFTTT Maker
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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