Fixed release target in Makefile.

pull/2/head
Kevan Ahlquist 2015-02-18 01:05:51 -06:00
parent 44ba4e8bb8
commit 1843836f22
1 changed files with 2 additions and 1 deletions

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