Skip to content

Commit

Permalink
fix todo comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rajrohanyadav committed Dec 12, 2024
1 parent de4a1cf commit f82a4e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/release.mk
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ ifeq ($(PRERELEASE), true)
@echo "===> $(INTEGRATION) === [release/publish] publishing packages"
@bash $(CURDIR)/build/upload_artifacts_gh.sh
endif
# TODO: This seems like a leftover, should consider removing
# TODO: This seems like a leftover, should consider removing
@echo "===> $(INTEGRATION) === [release/publish] compiling binaries"
@$(GORELEASER_BIN) build --config $(CURDIR)/.goreleaser.yml --skip=validate --snapshot --clean

Expand All @@ -73,7 +73,7 @@ ifeq ($(PRERELEASE), true)
@echo "===> $(INTEGRATION) === [release/publish-fips] publishing fips packages"
@bash $(CURDIR)/build/upload_artifacts_gh.sh
endif
# TODO: This seems like a leftover, should consider removing
# TODO: This seems like a leftover, should consider removing
@echo "===> $(INTEGRATION) === [release/publish-fips] compiling fips binaries"
@$(GORELEASER_BIN) build --config $(CURDIR)/.goreleaser-fips.yml --skip=validate --snapshot --clean

Expand Down

0 comments on commit f82a4e8

Please sign in to comment.