ci(build_packages): do not check sha256

This commit is contained in:
zhanghongtong 2022-01-05 00:35:29 +08:00
parent 1f1d921221
commit 87b05b2842
1 changed files with 0 additions and 11 deletions

View File

@ -443,17 +443,6 @@ jobs:
with:
name: ${{ matrix.profile }}
path: ./_packages/${{ matrix.profile }}
- name: install dos2unix
run: sudo apt-get update && sudo apt install -y dos2unix
- name: get packages
run: |
set -e -u
cd _packages/${{ matrix.profile }}
for var in $( ls |grep emqx |grep -v sha256); do
dos2unix $var.sha256
echo "$(cat $var.sha256) $var" | sha256sum -c || exit 1
done
cd -
- name: upload aws s3
run: |
set -e -u