Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: KittCore.xcodeproj/project.pbxproj

Issue 29735574: Issue 6501 - Remove CI references from KittCore (Closed)
Patch Set: Created March 28, 2018, 3:09 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: KittCore.xcodeproj/project.pbxproj
diff --git a/KittCore.xcodeproj/project.pbxproj b/KittCore.xcodeproj/project.pbxproj
index 3109a7e89a31d907a9c840674dfa8e16ae8e2cbd..23176b56c759864dd1939739a9131f401a31112a 100644
--- a/KittCore.xcodeproj/project.pbxproj
+++ b/KittCore.xcodeproj/project.pbxproj
@@ -1597,7 +1597,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
- shellScript = "./deploy/patch-appinfo.sh .. package.json $CIRCLE_BUILD_NUM";
+ shellScript = "./deploy/patch-appinfo.sh .. package.json $CORE_BUILD_NUMBER";
};
E95A61211C4D3E1500433F91 /* Patch Info.plist */ = {
isa = PBXShellScriptBuildPhase;
@@ -1611,7 +1611,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
- shellScript = "./deploy/patch-appinfo.sh .. package.json $CIRCLE_BUILD_NUM";
+ shellScript = "./deploy/patch-appinfo.sh .. package.json $CORE_BUILD_NUMBER";
};
E9EC73191B25DB1600C4C905 /* Npm + Grunt build JS API */ = {
isa = PBXShellScriptBuildPhase;
@@ -1625,7 +1625,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
- shellScript = "./deploy/build-jsapi.sh .. xcode $CIRCLECI";
+ shellScript = "./deploy/build-jsapi.sh .. xcode $CORE_BUILD_NUMBER";
d108 2018/03/29 02:20:38 The build number doesn't seem to go here. See bui
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld