Skip to content

Commit

Permalink
Remove publish from buildspec.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nfisher committed Feb 11, 2022
1 parent b29d537 commit 9970a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ phases:
- make deps
build:
commands:
- make all publish
- make all
finally:
- bash -c "bash <(curl -s https://codecov.io/bash)"

0 comments on commit 9970a3d

Please sign in to comment.