mirror of
https://github.com/xiaoqidun/goenv.git
synced 2024-11-25 09:26:45 +08:00
This commit is contained in:
parent
94294c1af4
commit
99bc4ecb6a
13
.drone.yml
13
.drone.yml
@ -36,12 +36,23 @@ steps:
|
|||||||
- wget -q -T 180 https://dl.google.com/android/repository/android-ndk-r25b-linux.zip
|
- wget -q -T 180 https://dl.google.com/android/repository/android-ndk-r25b-linux.zip
|
||||||
- unzip -q android-ndk-r25b-linux.zip
|
- unzip -q android-ndk-r25b-linux.zip
|
||||||
- rm -f android-ndk-r25b-linux.zip
|
- rm -f android-ndk-r25b-linux.zip
|
||||||
- name: docker
|
- name: docker1
|
||||||
pull: if-not-exists
|
pull: if-not-exists
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
repo: hkccr.ccs.tencentyun.com/xiaoqidun/goenv
|
repo: hkccr.ccs.tencentyun.com/xiaoqidun/goenv
|
||||||
registry: hkccr.ccs.tencentyun.com
|
registry: hkccr.ccs.tencentyun.com
|
||||||
|
username:
|
||||||
|
from_secret: docker_username
|
||||||
|
password:
|
||||||
|
from_secret: docker_password
|
||||||
|
dockerfile: Dockerfile
|
||||||
|
- name: docker2
|
||||||
|
pull: if-not-exists
|
||||||
|
image: plugins/docker
|
||||||
|
settings:
|
||||||
|
repo: ccr.ccs.tencentyun.com/xiaoqidun/goenv
|
||||||
|
registry: ccr.ccs.tencentyun.com
|
||||||
username:
|
username:
|
||||||
from_secret: docker_username
|
from_secret: docker_username
|
||||||
password:
|
password:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user