Skip to content
This repository was archived by the owner on May 18, 2026. It is now read-only.

Commit 9259dec

Browse files
authored
fix: CI to use build version from env (#419)
- if build version env var is set then use that instead of apps plugin version
1 parent 76dd138 commit 9259dec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
BUILD_SHA_SHORT := $(shell git rev-parse --short HEAD)
2-
BUILD_VERSION := $(shell cat APPS_PLUGIN_VERSION)+dev-$(BUILD_SHA_SHORT)
2+
BUILD_VERSION ?= $(shell cat APPS_PLUGIN_VERSION)+dev-$(BUILD_SHA_SHORT)
33
BUILD_DIRTY = $(shell git diff --quiet HEAD || echo "-dirty")
44
BUILD_DATE ?= $$(date -u +"%Y-%m-%d")
55
BUILD_SHA = $(shell git rev-parse HEAD)

0 commit comments

Comments
 (0)