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

Unified Diff: run_as_circle.sh

Issue 29720604: Issue 6405 - Remove CircleCI refs. (Closed)
Patch Set: Issue 6405 - Remove build scripts & CircleCI refs. Removed Cartfile reference Created March 14, 2018, 8:58 a.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 | « package.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: run_as_circle.sh
diff --git a/run_as_circle.sh b/run_as_circle.sh
deleted file mode 100755
index bdcac87463aa266032b89e1298c633b16fffadda..0000000000000000000000000000000000000000
--- a/run_as_circle.sh
+++ /dev/null
@@ -1,21 +0,0 @@
-set -x
-
-# CCI checks out the project directly in the buildbot home folder
-# and just CIRCLE_PROJECT_REPONAME is appended to it
-# so here it must be simulated by full path
-export HOME="/Users/pavel/Documents/browsertech/github_kitt-browser"
-export CIRCLE_ARTIFACTS="$HOME/simulate-circleci-build/"
-export CIRCLE_PROJECT_REPONAME="adblockplus-ios"
-export CIRCLE_BRANCH="develop"
-export CIRCLE_BUILD_NUM="1234"
-# needed only for keychain.sh (i.e. signing release build) but listed anyway
-export CIRCLECI=1
-export CI=1
-
-# as declared in circlem.yml
-export XCODE_WORKSPACE="AdblockBrowser.xcworkspace"
-export XCODE_SCHEME="AdblockBrowser"
-export CORE_REPONAME="kitt-core"
-export APP_VERSION=$($HOME/$CIRCLE_PROJECT_REPONAME/deploy/readjson.sh $HOME/$CIRCLE_PROJECT_REPONAME/package.json version)
-
-$HOME/$CIRCLE_PROJECT_REPONAME/deploy/build.sh iphoneos10.0
« no previous file with comments | « package.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld