From f6b1b5ab374b97008407816930078de6bf1e23ea Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Mon, 29 Oct 2018 13:26:47 -0700 Subject: [PATCH] Remove unnecessary checks --- ci/publish-bpf-sdk.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ci/publish-bpf-sdk.sh b/ci/publish-bpf-sdk.sh index 0013bb1ef1..05975a79d7 100755 --- a/ci/publish-bpf-sdk.sh +++ b/ci/publish-bpf-sdk.sh @@ -23,10 +23,6 @@ echo --- Creating tarball echo --- AWS S3 Store set -x -if [[ -z "$BRANCH" || $BRANCH =~ pull/* ]]; then - exit 0 -fi - if [[ ! -r s3cmd-2.0.1/s3cmd ]]; then rm -rf s3cmd-2.0.1.tar.gz s3cmd-2.0.1 wget https://github.com/s3tools/s3cmd/releases/download/v2.0.1/s3cmd-2.0.1.tar.gz