Skip to content

Commit

Permalink
Remove shell bin building because it's builtin
Browse files Browse the repository at this point in the history
  • Loading branch information
vcastellm committed Feb 3, 2024
1 parent 1c45fdf commit 7ee3ab6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ builds:
ldflags:
- -s -w

- <<: *xbuild
main: ./builtin/bins/dkron-executor-shell/
id: dkron-executor-shell
binary: dkron-executor-shell

- <<: *xbuild
main: ./builtin/bins/dkron-executor-rabbitmq/
id: dkron-executor-rabbitmq
Expand Down Expand Up @@ -127,7 +122,6 @@ dockers:
ids: &docker-ids
- dkron
- dkron-executor-http
- dkron-executor-shell
- dkron-executor-rabbitmq
- dkron-executor-nats
- dkron-executor-kafka
Expand Down

0 comments on commit 7ee3ab6

Please sign in to comment.