Skip to content
This repository was archived by the owner on May 28, 2021. It is now read-only.

Commit a910297

Browse files
committed
Revert "Add option init container"
This reverts commit 55c0f09 Signed-off-by: Alan Tang <[email protected]>
1 parent 55c0f09 commit a910297

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

+1-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ ifdef WERCKER
1717
VERSION ?= ${WERCKER_GIT_COMMIT}
1818
TENANT := "oracle"
1919
else
20-
# VERSION ?= ${USER}-$(shell git describe --always --dirty)
21-
VERSION ?= "0.3.0"
20+
VERSION ?= ${USER}-$(shell git describe --always --dirty)
2221
TENANT ?= "spinnaker"
2322
endif
2423

0 commit comments

Comments
 (0)