We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1fe256 commit 9c15a94Copy full SHA for 9c15a94
Makefile
@@ -124,10 +124,10 @@ GIT_TAG ?= $(shell git describe --abbrev=0 --tags )
124
# also set the REFERENCEID for the signer
125
ifeq ($(strip $(LAST_TAGGED_COMMIT)), $(strip $(CURRENT_COMMIT)))
126
export SNAPSHOT_ID?=$(GIT_TAG)
127
- export REFERENCEID?=$(GIT_TAG)
+ export REFERENCEID?=$(GIT_TAG)-repository.yaml
128
else
129
export SNAPSHOT_ID?=$(CURRENT_COMMIT)
130
- export REFERENCEID?=$(CURRENT_COMMIT)
+ export REFERENCEID?=$(CURRENT_COMMIT)-repository.yaml
131
endif
132
133
#----------------------- end global variables -----------------------
0 commit comments