Skip to content

Commit

Permalink
Merge branch 'release' into beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 committed Jan 18, 2017
2 parents 9ffc42b + 7e7296a commit a58e85f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ the release gotchas and will hopefully result in a successful release.
Make sure that you're running the most recent stable `node` and bundled `npm`.

```sh
$ node --version
$ npm --version
node --version
npm --version
```


Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ install:
- npm install

cache:
- '%APPDATA%\npm-cache'
- '%APPDATA%\npm-cache -> package.json'
- '%APPDATA%\Roaming\bower'


Expand Down
2 changes: 1 addition & 1 deletion dev/add-to-output-repos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ for i in ${commands[@]}; do
local_folder=my-app
fi

git clone https://github.com/ember-cli/$repo_folder.git --branch $branch
git clone git@github.com:ember-cli/$repo_folder.git --branch $branch
pushd $repo_folder
git rm -rf .
ember $command $local_folder -sb -sn -sg
Expand Down

0 comments on commit a58e85f

Please sign in to comment.