mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 13:29:41 +02:00
Fixed release target in Makefile.
This commit is contained in:
parent
44ba4e8bb8
commit
1843836f22
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue