We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9fd06a commit 40014c2Copy full SHA for 40014c2
Makefile
@@ -10,6 +10,8 @@ export GIT_COMMIT := $(or $(SOURCE_GIT_COMMIT),$(shell git rev-parse --short HEA
10
export OPM_VERSION := $(or $(SOURCE_GIT_TAG),$(shell git describe --always --tags HEAD))
11
export BUILD_DATE := $(shell date -u +'%Y-%m-%dT%H:%M:%SZ')
12
13
+.DEFAULT_GOAL := all
14
+
15
# bingo manages consistent tooling versions for things like kind, kustomize, etc.
16
include .bingo/Variables.mk
17
0 commit comments