debug: add verbosity and ls for kaniko
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
@@ -29,11 +29,14 @@ steps:
|
|||||||
DOCKER_CONFIG:
|
DOCKER_CONFIG:
|
||||||
from_secret: docker_config
|
from_secret: docker_config
|
||||||
commands:
|
commands:
|
||||||
|
- ls -la
|
||||||
|
- cat Dockerfile
|
||||||
- >-
|
- >-
|
||||||
/kaniko/executor
|
/kaniko/executor
|
||||||
--context .
|
--context .
|
||||||
--destination ccr.ccs.tencentyun.com/violin/todo-backend:${DRONE_COMMIT_SHA}
|
--destination ccr.ccs.tencentyun.com/violin/todo-backend:${DRONE_COMMIT_SHA}
|
||||||
--destination ccr.ccs.tencentyun.com/violin/todo-backend:latest
|
--destination ccr.ccs.tencentyun.com/violin/todo-backend:latest
|
||||||
|
--verbosity debug
|
||||||
|
|
||||||
- name: dev-deploy
|
- name: dev-deploy
|
||||||
image: ccr.ccs.tencentyun.com/violin/kubectl:latest
|
image: ccr.ccs.tencentyun.com/violin/kubectl:latest
|
||||||
@@ -76,6 +79,8 @@ steps:
|
|||||||
DOCKER_CONFIG:
|
DOCKER_CONFIG:
|
||||||
from_secret: docker_config
|
from_secret: docker_config
|
||||||
commands:
|
commands:
|
||||||
|
- ls -la
|
||||||
|
- cat Dockerfile
|
||||||
- >-
|
- >-
|
||||||
/kaniko/executor
|
/kaniko/executor
|
||||||
--context .
|
--context .
|
||||||
|
|||||||
Reference in New Issue
Block a user