From 85517ddec6ac2cb013428828a018e398a519624e Mon Sep 17 00:00:00 2001 From: Medya Gh Date: Wed, 8 Jul 2020 15:39:11 -0700 Subject: [PATCH] remove sign binary --- .github/workflows/pr.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 3fdb48529b..1857259d58 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -202,11 +202,6 @@ jobs: uses: actions/download-artifact@v1 with: name: minikube_binaries - - name: Sign binaries - shell: bash {0} - run: | - cd minikube_binaries - sudo codesign --force --sign ./minikube-darwin-amd64 - name: Run Integration Test continue-on-error: false # bash {0} to allow test to continue to next step. in case of