mirror of
https://github.com/xiaoqidun/goenv.git
synced 2024-11-22 08:06:46 +08:00
feat(部署脚本): alpine默认wget不支持-4参数
This commit is contained in:
parent
ce70d9b7fb
commit
87cf150e7b
@ -33,7 +33,7 @@ steps:
|
||||
pull: if-not-exists
|
||||
image: alpine
|
||||
commands:
|
||||
- wget -4 -q -T 180 https://dl.google.com/android/repository/android-ndk-r25c-linux.zip
|
||||
- wget -q -T 180 https://dl.google.com/android/repository/android-ndk-r25c-linux.zip
|
||||
- unzip -q android-ndk-r25c-linux.zip
|
||||
- rm -f android-ndk-r25c-linux.zip
|
||||
- name: docker1
|
||||
|
Loading…
x
Reference in New Issue
Block a user