Skip to content

Commit 3fe7fe4

Browse files
committed
make log
1 parent be771cb commit 3fe7fe4

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
.idea
2+
nohup.out

Makefile

+5
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ export pgversion=all# make pgversion=12 only build postgresql 12 that in version
1818
export forcebuildimage=0# make forcebuildimage=1 even though the image exists, it also compiles.
1919
export namespace=radondb# used when make platform=all and no repositry namespace
2020

21+
### make log
22+
# nohup make postgres-image &
23+
# log file is nohup.out
24+
### end
25+
2126
k8s: download postgres-image operator-yaml operator-image exporter-image
2227
all: k8s
2328

0 commit comments

Comments
 (0)