Skip to content

Commit

Permalink
feat: rm env and op release-ci since it's not necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
benjivesterby committed Mar 1, 2024
1 parent 950fafc commit 587f0b2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .env

This file was deleted.

3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,6 @@ build-ci: deps
bench-ci: build-ci
go test -bench=. ./... | tee output.txt

release-ci: build-ci
$(op) goreleaser release --clean

test-ci:
DOCKER_HOST=$(shell docker context inspect --format='{{json .Endpoints.docker.Host}}' $(shell docker context show)) \
$(opact) act \
Expand Down

0 comments on commit 587f0b2

Please sign in to comment.