Skip to content

Commit

Permalink
revert xcode try
Browse files Browse the repository at this point in the history
  • Loading branch information
xcarpentier authored Jan 30, 2018
1 parent 9079f7b commit 5aa66a5
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
---
machine:
environment:
CODE_SIGNING_REQUIRED: 'NO'
xcode:
version: "9.0"

PATH: "${PATH}:${HOME}/${CIRCLE_PROJECT_REPONAME}/node_modules/.bin"
node:
version: 8.2.0
dependencies:
override:
- yarn global add codecov
Expand All @@ -27,10 +26,10 @@ test:
# - echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" >> ~/.npmrc
# - yarn publish --new-version `./scripts/version.js`

deployment:
appr:
branch: /.*/
commands:
- 'export BRANCH="$CIRCLE_PROJECT_REPONAME/$CIRCLE_PROJECT_USERNAME#$CIRCLE_BRANCH"'
- 'echo $BRANCH'
#deployment:
# appr:
# branch: /.*/
# commands:
# - 'export BRANCH="$CIRCLE_PROJECT_REPONAME/$CIRCLE_PROJECT_USERNAME#$CIRCLE_BRANCH"'
# - 'echo $BRANCH'
# - yarn appr

0 comments on commit 5aa66a5

Please sign in to comment.