mirror of
https://github.com/xiaoqidun/goenv.git
synced 2025-04-11 14:27:25 +08:00
This commit is contained in:
@ -33,9 +33,9 @@ steps:
|
||||
pull: if-not-exists
|
||||
image: alpine
|
||||
commands:
|
||||
- wget -q -T 180 https://dl.google.com/android/repository/android-ndk-r23-linux.zip
|
||||
- unzip -q android-ndk-r23-linux.zip
|
||||
- rm -f android-ndk-r23-linux.zip
|
||||
- wget -q -T 180 https://dl.google.com/android/repository/android-ndk-r23b-linux.zip
|
||||
- unzip -q android-ndk-r23b-linux.zip
|
||||
- rm -f android-ndk-r23b-linux.zip
|
||||
- name: docker1
|
||||
pull: if-not-exists
|
||||
image: plugins/docker
|
||||
|
Reference in New Issue
Block a user