Fix test
This commit is contained in:
parent
7b61c3eb5e
commit
045296dc84
1 changed files with 4 additions and 1 deletions
5
Makefile
5
Makefile
|
@ -1,5 +1,9 @@
|
||||||
REPO=msoedov/hacker-slides
|
REPO=msoedov/hacker-slides
|
||||||
|
|
||||||
|
default: repo
|
||||||
|
|
||||||
|
repo:
|
||||||
|
@echo $(REPO)
|
||||||
|
|
||||||
build:
|
build:
|
||||||
@GOOS=linux CGO_ENABLE=0 go build main.go
|
@GOOS=linux CGO_ENABLE=0 go build main.go
|
||||||
|
@ -7,4 +11,3 @@ build:
|
||||||
|
|
||||||
push:
|
push:
|
||||||
@docker push $(REPO)
|
@docker push $(REPO)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue