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 d5116f8 commit 219317cCopy full SHA for 219317c
Makefile
@@ -34,7 +34,7 @@ endif
34
# Interrogate the git repo and set some variables
35
REPO_ROOT = $(shell git rev-parse --show-toplevel)
36
REVISION ?= $(shell git rev-parse --short HEAD)
37
-ACN_VERSION ?= $(shell git describe --exclude "azure-ipam*" --exclude "dropgz*" --exclude "zapai*" --tags --always)
+ACN_VERSION ?= $(shell git describe --exclude "azure-ipam*" --exclude "dropgz*" --exclude "zapai*" --exclude "ipv6-hp-bpf*" --tags --always)
38
IPV6_HP_BPF_VERSION ?= $(notdir $(shell git describe --match "ipv6-hp-bpf*" --tags --always))
39
AZURE_IPAM_VERSION ?= $(notdir $(shell git describe --match "azure-ipam*" --tags --always))
40
CNI_VERSION ?= $(ACN_VERSION)
0 commit comments