File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -318,10 +318,10 @@ release-prep-gpg:
318318release-test :
319319# If there is no MSI in the root dir, we'll create a dummy one so that goreleaser can complete successfully
320320 if [ ! -e "./observiq-otel-collector.msi" ]; then touch ./observiq-otel-collector.msi; fi
321- GORELEASER_CURRENT_TAG=$(VERSION) goreleaser release --parallelism 4 --skip=publish --skip=validate --skip=sign --clean --snapshot
321+ SIGNING_KEY_FILE="fake-file" GORELEASER_CURRENT_TAG=$(VERSION) goreleaser release --parallelism 4 --skip=publish --skip=validate --skip=sign --clean --snapshot
322322
323323build-single :
324- GORELEASER_CURRENT_TAG=$(VERSION ) goreleaser release --skip=publish --clean --skip=validate --snapshot --single-target
324+ SIGNING_KEY_FILE= " fake-file " GORELEASER_CURRENT_TAG=$(VERSION ) goreleaser release --skip=publish --skip=sign --clean --skip=validate --snapshot --single-target
325325
326326
327327.PHONY : for-all
You can’t perform that action at this time.
0 commit comments