git://git.halfball.org
/
ansiblebook.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5c004b
)
add to makefile
author
Lorin Hochstein
<lhochstein@netflix.com>
Mon, 1 May 2017 04:19:49 +0000
(21:19 -0700)
committer
Lorin Hochstein
<lhochstein@netflix.com>
Mon, 1 May 2017 04:19:49 +0000
(21:19 -0700)
ans-con/Makefile
patch
|
blob
|
history
diff --git
a/ans-con/Makefile
b/ans-con/Makefile
index
89563be
..
36875ba
100644
(file)
--- a/
ans-con/Makefile
+++ b/
ans-con/Makefile
@@
-1,6
+1,10
@@
-.PHONY: build push
+.PHONY: build push run
+
+run:
+ ansible-container run
build:
ansible-container build
+
push:
ansible-container push