From 9970a3d96c6f60e4957a009359e8ab2c6c87271e Mon Sep 17 00:00:00 2001 From: Nathan Fisher Date: Fri, 11 Feb 2022 11:28:52 -0500 Subject: [PATCH] Remove publish from buildspec.yml --- buildspec.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildspec.yml b/buildspec.yml index 008cabc..28083d4 100644 --- a/buildspec.yml +++ b/buildspec.yml @@ -14,6 +14,6 @@ phases: - make deps build: commands: - - make all publish + - make all finally: - bash -c "bash <(curl -s https://codecov.io/bash)"