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 |