Skip to content

Commit

Permalink
Fix up Makefile to match GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenMaude committed Jun 18, 2020
1 parent 6e2c043 commit 88aaa66
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
associate-eip: .FORCE
build:
docker build -t associate-eip .
docker run --rm associate-eip cat /go/bin/associate-eip > associate-eip
chmod u+x associate-eip

.PHONY: .FORCE
.FORCE:
.PHONY: build

0 comments on commit 88aaa66

Please sign in to comment.