remove sign binary

pull/8650/head
Medya Gh 2020-07-08 15:39:11 -07:00
parent 210024afdd
commit 85517ddec6
1 changed files with 0 additions and 5 deletions

View File

@ -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