Skip to content

Commit a20d81a

Browse files
author
Toby McLaughlin
committed
Don't deduce STAGING_BUILD_NUM in Makefile
1 parent f2e7816 commit a20d81a

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

Makefile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@ ELASTIC_VERSION := $(shell awk 'BEGIN { FS = "[= ]" } /^ELASTIC_VERSION=/ { prin
55
endif
66
export ELASTIC_VERSION
77

8-
ifndef STAGING_BUILD_NUM
9-
STAGING_BUILD_NUM := $(shell awk 'BEGIN { FS = "[- ]" } /^TAG=/ { printf $$2 }' .env)
10-
endif
11-
export STAGING_BUILD_NUM
12-
138
ifndef GIT_BRANCH
149
GIT_BRANCH := $(shell git rev-parse --abbrev-ref HEAD)
1510
endif

0 commit comments

Comments
 (0)