Skip to content

Commit e255ab0

Browse files
grokspawnci-robot
authored andcommitted
set default goal since bingo disrupts it (#1447)
Signed-off-by: Jordan <[email protected]> Upstream-repository: operator-registry Upstream-commit: 40014c24e00493a84510c96b1b01145ed9ab8fca
1 parent 045ade7 commit e255ab0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

staging/operator-registry/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ export GIT_COMMIT := $(or $(SOURCE_GIT_COMMIT),$(shell git rev-parse --short HEA
1010
export OPM_VERSION := $(or $(SOURCE_GIT_TAG),$(shell git describe --always --tags HEAD))
1111
export BUILD_DATE := $(shell date -u +'%Y-%m-%dT%H:%M:%SZ')
1212

13+
.DEFAULT_GOAL := all
14+
1315
# bingo manages consistent tooling versions for things like kind, kustomize, etc.
1416
include .bingo/Variables.mk
1517

0 commit comments

Comments
 (0)