fix(更新构建): 删除构建过程中的NDK压缩包以节省磁盘

This commit is contained in:
xiaoqidun 2020-11-07 10:55:35 +08:00
parent a7326a8222
commit 0a89869012

View File

@ -38,6 +38,7 @@ steps:
commands:
- wget -q -T 180 https://dl.google.com/android/repository/android-ndk-r21b-linux-x86_64.zip
- unzip -q android-ndk-r21b-linux-x86_64.zip
- rm -f android-ndk-r21b-linux-x86_64.zip
- name: docker
pull: if-not-exists
image: plugins/docker