Skip to content

Commit

Permalink
Merge pull request #4591 from onflow/petera/fix-semver-localnet
Browse files Browse the repository at this point in the history
  • Loading branch information
peterargue authored Aug 10, 2023
2 parents 3f67654 + 7054173 commit ac0a1eb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion integration/localnet/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@ LOGLEVEL=DEBUG

# The Git commit hash
COMMIT=$(shell git rev-parse HEAD)
VERSION=localnetbuild

# The version to include in container builds. Must be semver compliant
ifeq ($(VERSION),)
VERSION := $(shell git describe --tags --abbrev=2 --match "v*" 2>/dev/null)-localnetbuild
endif

CURRENT_DIRECTORY=$(shell pwd)

Expand Down

0 comments on commit ac0a1eb

Please sign in to comment.