Skip to content

Commit

Permalink
revert makefile changes; needed for vm-builder
Browse files Browse the repository at this point in the history
  • Loading branch information
sharnoff committed Dec 10, 2024
1 parent e3dab58 commit 5701586
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ GOFUMPT_VERSION ?= v0.7.0
SHELL = /usr/bin/env bash -o pipefail
.SHELLFLAGS = -ec

GIT_INFO := $(shell git describe --long --dirty)

# in CI environment use 'neonvm' as cluster name
# in other cases add $USER as cluster name suffix
# or fallback to 'neonvm' if $USER variable absent
Expand Down

0 comments on commit 5701586

Please sign in to comment.