fix: test7
continuous-integration/drone/push Build encountered an error
Details
continuous-integration/drone/push Build encountered an error
Details
parent
f164450720
commit
b0b3206150
28
.drone.yml
28
.drone.yml
|
@ -1,10 +1,28 @@
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: kubernetes
|
type: docker
|
||||||
name: test
|
name: testing
|
||||||
|
node_selector:
|
||||||
|
aisimu: dev-tag
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: aplina
|
image: composer:latest
|
||||||
pull: if-not-exists
|
|
||||||
commands:
|
commands:
|
||||||
- ls -a
|
- ls
|
||||||
|
- composer config -g repo.packagist composer https://mirrors.aliyun.com/composer/
|
||||||
|
- composer install -v
|
||||||
|
|
||||||
|
- name: deploy-push-images
|
||||||
|
depends_on:
|
||||||
|
- build
|
||||||
|
image: plugins/docker
|
||||||
|
pull: if-not-exists
|
||||||
|
settings:
|
||||||
|
repo: registry.cn-shanghai.aliyuncs.com/gong92-socl/hy-test-k8s
|
||||||
|
registry: registry.cn-shanghai.aliyuncs.com
|
||||||
|
insecure: true
|
||||||
|
username:
|
||||||
|
from_secret: aliyun_docker_name
|
||||||
|
password:
|
||||||
|
from_secret: aliyun_docker_password
|
||||||
|
dockerfile: docker/Dockerfile
|
||||||
|
|
Loading…
Reference in New Issue