Summary: rename all visible references of Sonar to Flipper. Changes endpoint URLs to the new repo address. Reviewed By: passy Differential Revision: D9082100 fbshipit-source-id: 2ab8b680a19c23d80050e8e768379c29d66acfca
36 lines
1.1 KiB
JSON
36 lines
1.1 KiB
JSON
{
|
|
"command": "SandcastleUniversalCommand",
|
|
"user": "__USER__",
|
|
"args": {
|
|
"name": "Release public Flipper build",
|
|
"oncall": "danielbuechele",
|
|
"steps": [
|
|
{
|
|
"name": "Clone from GitHub",
|
|
"required": true,
|
|
"shell":
|
|
"git -c http.proxy=fwdproxy:8080 -c https.proxy=fwdproxy:8080 clone https://github.com/facebook/flipper.git ../xplat/sonar-public"
|
|
},
|
|
{
|
|
"name": "Publish to github",
|
|
"required": true,
|
|
"shell":
|
|
"curl -o RELEASE.json -x fwdproxy:8080 --silent --data '{ \"tag_name\": \"v__VERSION__\", \"target_commitish\": \"master\", \"name\": \"v__VERSION__\", \"body\": \"\", \"draft\": false, \"prerelease\": true}' https://api.github.com/repos/facebook/flipper/releases?access_token=$(secrets_tool get SONAR_GITHUB_TOKEN)",
|
|
"shell_type": "SandcastleLocalShell"
|
|
}
|
|
]
|
|
},
|
|
"alias": "flipper_release_ios_public_build",
|
|
"capabilities": {
|
|
"vcs": "fbcode-fbsource",
|
|
"type": "lego-mac"
|
|
},
|
|
"hash": "master",
|
|
"report": [
|
|
{
|
|
"type": "email",
|
|
"report_to_owner": true
|
|
}
|
|
]
|
|
}
|