Move sandcastle-build.sh to facebook folder

Summary: Now we won't need the shipit config to exclude it anymore

Reviewed By: passy

Differential Revision: D9049518

fbshipit-source-id: 983bc28fc3dce7543c9100992f2daff1dd783ea3
This commit is contained in:
John Knox
2018-08-08 07:25:17 -07:00
committed by Facebook Github Bot
parent b944f496dc
commit a725a8fa68

View File

@@ -14,14 +14,12 @@
{
"name": "Copy Sandcastle script",
"required": true,
"shell":
"cp ../xplat/sonar/scripts/sandcastle-build.sh ../xplat/sonar-public/scripts/sandcastle-build.sh"
"shell": "cp -r ../xplat/sonar/scripts/facebook/ ../xplat/sonar-public/scripts/facebook"
},
{
"name": "Create build",
"required": true,
"shell":
"cd ../xplat/sonar-public/scripts && ./sandcastle-build.sh __VERSION__"
"shell": "cd ../xplat/sonar-public/scripts/facebook && ./sandcastle-build.sh __VERSION__"
},
{
"name": "Copy artifacts for syncing",