We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a93ac5 commit d8c397dCopy full SHA for d8c397d
Makefile
@@ -20,7 +20,7 @@ GOOS ?= $(shell go env GOOS)
20
21
export CGO_ENABLED := 0
22
23
-export GIT_TAG ?= $(shell git tag --points-at HEAD)
+export GIT_TAG ?= $(shell git tag --points-at HEAD 'v*')
24
25
export GOFLAGS?=-mod=readonly -trimpath
26
hack/ci/setup-machine-controller-in-kind.sh
@@ -68,11 +68,10 @@ if [ ! -f machine-controller-deployed ]; then
68
fi
69
70
OSM_TMP_DIR=/tmp/osm
71
-echodate "Clone OSM respository"
72
(
73
# Clone OSM repo
74
mkdir -p $OSM_TMP_DIR
75
- echodate "Cloning cluster exposer"
+ echodate "Cloning OSM respository"
76
git clone --depth 1 --branch "${OSM_REPO_TAG}" "${OSM_REPO_URL}" $OSM_TMP_DIR
77
)
78
0 commit comments