Skip to content
This repository was archived by the owner on Mar 23, 2020. It is now read-only.

Commit 18d7560

Browse files
committed
Also modify OpenShift Makefile
Signed-off-by: Johnny Bieren <[email protected]>
1 parent df25051 commit 18d7560

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

OpenShift/Makefile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
11
.PHONY: default all requirements configure
22
default: requirements configure
33

4-
all: default
4+
all: cluster post_install
55

66
requirements:
77
./01_install_requirements.sh
88

99
configure:
1010
./02_configure_host.sh
1111

12+
pre_install: requirements configure
13+
14+
cluster:
15+
./03_create_cluster.sh
16+
1217
post_install:
1318
./99_post_install.sh
1419

0 commit comments

Comments
 (0)