This repository has been archived by the owner on Nov 14, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove netrc file, depend on HEROKU_API_KEY
- Loading branch information
Showing
3 changed files
with
2 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,9 +19,8 @@ Example usage: | |
|
||
$ heroku config:add BUILDPACK_URL=https://github.com/ddollar/heroku-buildpack-multi.git | ||
|
||
$ heroku config:add [email protected] | ||
|
||
$ heroku config:add HEROKU_TOOLBELT_API_PASSWORD=`heroku auth:token` | ||
$ heroku config:add HEROKU_API_KEY=`heroku auth:token` | ||
$ heroku config:unset HEROKU_HOST | ||
|
||
$ cat .buildpacks | ||
https://github.com/heroku/heroku-buildpack-toolbelt.git | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
1 comment
on commit 84e1289
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi Greg
I also had this issue: #5
Than I tried to install your no-netrc branch. But installation failed with
mkdir: missing operand
. In my opinion this makes perfect sense, since $location is never defined. Also I think there is one } too much.I tried to fix it by myself but I have really no clue how this whole think is ought to work :/