From a725a8fa684f5c97e470293b59bf1a5edf1d555b Mon Sep 17 00:00:00 2001 From: John Knox Date: Wed, 8 Aug 2018 07:25:17 -0700 Subject: [PATCH] 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 --- scripts/public-build.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/scripts/public-build.json b/scripts/public-build.json index 020447662..5776695da 100644 --- a/scripts/public-build.json +++ b/scripts/public-build.json @@ -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",