Skip to content

Commit

Permalink
fix: correct some make file issues
Browse files Browse the repository at this point in the history
  • Loading branch information
benjivesterby committed Feb 11, 2024
1 parent 9e44787 commit 100f5a1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -110,14 +110,17 @@ build-ci:
bench-ci: build-ci
go test -bench=. ./... | tee output.txt

debug-release-ci: build-ci
GITHUB_TOKEN=$(shell gh auth token) goreleaser release

release-ci: build-ci
goreleaser release

test-ci:
DOCKER_HOST=$(shell docker context inspect --format='{{json .Endpoints.docker.Host}}' $(shell docker context show)) \
$(opact) act \
-s GIT_CREDENTIALS \
-s GITHUB_TOKEN="$(gh auth token)" \
-s GITHUB_TOKEN="$(shell gh auth token)" \
--var GO_VERSION \
--var ALERT_CC_USERS \

Expand Down

0 comments on commit 100f5a1

Please sign in to comment.