We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2e7816 commit a20d81aCopy full SHA for a20d81a
1 file changed
Makefile
@@ -5,11 +5,6 @@ ELASTIC_VERSION := $(shell awk 'BEGIN { FS = "[= ]" } /^ELASTIC_VERSION=/ { prin
5
endif
6
export ELASTIC_VERSION
7
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
-
13
ifndef GIT_BRANCH
14
GIT_BRANCH := $(shell git rev-parse --abbrev-ref HEAD)
15
0 commit comments