Skip to content

Commit 219317c

Browse files
authored
ci: makefile ACN_VERSION exclusions (#2783)
* change makefile acn_verison exclusions * space
1 parent d5116f8 commit 219317c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ endif
3434
# Interrogate the git repo and set some variables
3535
REPO_ROOT = $(shell git rev-parse --show-toplevel)
3636
REVISION ?= $(shell git rev-parse --short HEAD)
37-
ACN_VERSION ?= $(shell git describe --exclude "azure-ipam*" --exclude "dropgz*" --exclude "zapai*" --tags --always)
37+
ACN_VERSION ?= $(shell git describe --exclude "azure-ipam*" --exclude "dropgz*" --exclude "zapai*" --exclude "ipv6-hp-bpf*" --tags --always)
3838
IPV6_HP_BPF_VERSION ?= $(notdir $(shell git describe --match "ipv6-hp-bpf*" --tags --always))
3939
AZURE_IPAM_VERSION ?= $(notdir $(shell git describe --match "azure-ipam*" --tags --always))
4040
CNI_VERSION ?= $(ACN_VERSION)

0 commit comments

Comments
 (0)