Fixed release target in Makefile.

This commit is contained in:
Kevan Ahlquist
2015-02-18 01:05:51 -06:00
parent 44ba4e8bb8
commit 1843836f22
+2 -1
View File
@@ -15,7 +15,8 @@ build:
build-release:
grunt build
docker run --rm -v $(pwd):/src centurylink/golang-builder
docker run --rm -v $(shell pwd):/src centurylink/golang-builder
shasum dockerui > dockerui-checksum.txt
test:
grunt