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:
committed by
Facebook Github Bot
parent
b944f496dc
commit
a725a8fa68
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user