Update .drone.yml
This commit is contained in:
parent
383e1d1841
commit
aad947c0c4
12
.drone.yml
12
.drone.yml
@ -40,9 +40,9 @@ steps:
|
|||||||
from_secret: hub_password
|
from_secret: hub_password
|
||||||
args:
|
args:
|
||||||
- --verbosity=debug
|
- --verbosity=debug
|
||||||
volumes:
|
# volumes:
|
||||||
- name: kaniko-cache
|
# - name: kaniko-cache
|
||||||
path: /kaniko
|
# path: /kaniko
|
||||||
depends_on:
|
depends_on:
|
||||||
- clone
|
- clone
|
||||||
|
|
||||||
@ -60,9 +60,9 @@ steps:
|
|||||||
from_secret: hub_password
|
from_secret: hub_password
|
||||||
args:
|
args:
|
||||||
- --verbosity=debug
|
- --verbosity=debug
|
||||||
volumes:
|
# volumes:
|
||||||
- name: kaniko-cache
|
# - name: kaniko-cache
|
||||||
path: /kaniko
|
# path: /kaniko
|
||||||
depends_on:
|
depends_on:
|
||||||
- clone
|
- clone
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user