Skip to content

Commit 31b0958

Browse files
committed
Makefile: vagrant box update on every vm start
1 parent 47e5038 commit 31b0958

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

+4-1
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,12 @@ clean: deps
3838
rm -rf Godeps/_workspace/pkg
3939
godep go clean -i -v ./...
4040

41+
update:
42+
vagrant box update
43+
4144
# setting CONTIV_NODES=<number> while calling 'make demo' can be used to bring
4245
# up a cluster of <number> nodes. By default <number> = 1
43-
start:
46+
start: update
4447
CONTIV_NODE_OS=${CONTIV_NODE_OS} vagrant up
4548

4649
demo-centos:

0 commit comments

Comments
 (0)