Skip to content

Commit

Permalink
remove intercept build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
parrasajad committed Jul 26, 2021
1 parent 357a3ee commit 618c0f7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 21 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,4 @@ jobs:

- name: Build notify
run: go build .
working-directory: cmd/notify/

- name: Test intercept
run: go test .
working-directory: cmd/intercept/

- name: Build intercept
run: go build .
working-directory: cmd/intercept/
working-directory: cmd/notify/
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
cmd/notify/notify
cmd/intercept/intercept
.DS_Store
dist
11 changes: 0 additions & 11 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,6 @@ builds:
- 386
- arm
- arm64
- binary: intercept
main: cmd/intercept/intercept.go
goos:
- linux
- windows
- darwin
goarch:
- amd64
- 386
- arm
- arm64

archives:
- id: tgz
Expand Down

0 comments on commit 618c0f7

Please sign in to comment.