File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ IMAGE_PREFIX ?= deis
44IMAGE := ${REGISTRY}${IMAGE_PREFIX}/go-dev:${VERSION}
55
66# scripts are checked *after* build, so use paths inside the container
7- SHELL_SCRIPTS = /usr/local/bin/gen-changelog.sh /usr/local/bin/ test-cover.sh
7+ SHELL_SCRIPTS = /usr/local/bin/test-cover.sh
88
99# dockerized development environment variables
1010DEV_ENV_PREFIX := docker run --rm
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ creating [issues][] and submitting [pull requests][].
1111## Image Contents
1212
1313* based on the [ official go Docker image] [ ]
14- * [ gen-changelog.sh] [ ] : generate updates to CHANGELOG.md
1514* [ ginkgo] [ ] : BDD testing framework for go
1615* [ glide] [ ] : go dependency management
1716* [ golint] [ ] : go source code linter
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments