mirror of
https://gitlab.com/ric_harvey/MailHog.git
synced 2024-11-27 16:24:04 +00:00
force rocker build to ignore cache
This commit is contained in:
parent
9c5b3f0d04
commit
901930cc36
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -51,7 +51,7 @@ tag:
|
||||||
cd ../storage; git tag -a -m 'v${VERSION}' v${VERSION} && git push origin v${VERSION}
|
cd ../storage; git tag -a -m 'v${VERSION}' v${VERSION} && git push origin v${VERSION}
|
||||||
|
|
||||||
rocker: rocker-deps
|
rocker: rocker-deps
|
||||||
rocker build
|
rocker build --no-cache
|
||||||
|
|
||||||
rocker-deps:
|
rocker-deps:
|
||||||
go get github.com/grammarly/rocker
|
go get github.com/grammarly/rocker
|
||||||
|
|
Loading…
Reference in a new issue