Skip to content
This repository has been archived by the owner on Jun 12, 2018. It is now read-only.

Commit

Permalink
Remove support for autobuild image
Browse files Browse the repository at this point in the history
  • Loading branch information
fgrehm committed Jul 6, 2015
1 parent 4e14f2a commit 6a8c9fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ BREAKING CHANGES:
- Switched to `heroku/cedar:14` [image](https://registry.hub.docker.com/u/heroku/cedar/)
since it [has been brought up to speed](https://github.com/heroku/stack-images/pull/15)
with `progrium/cedarish`.
- Inline buildpack uses an array of string commands instead of an array with the command to run....
- Autobuild image support has been removed [[GH-93]]

[GH-93]: https://github.com/fgrehm/devstep/issues/93

IMPROVEMENTS:

Expand Down
7 changes: 0 additions & 7 deletions auto-build/Dockerfile

This file was deleted.

3 changes: 0 additions & 3 deletions mk-images → mk-image
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,3 @@ tag='v0.4.0'

echo "===> Building fgrehm/devstep:${tag}"
docker build -t fgrehm/devstep:${tag} .

echo "===> Building fgrehm/devstep-ab:${tag}"
(cd auto-build && docker build -t fgrehm/devstep-ab:${tag} .)

0 comments on commit 6a8c9fe

Please sign in to comment.