mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
removed unnecessary steps
This commit is contained in:
parent
7db9fc8dda
commit
a60c887665
1 changed files with 0 additions and 26 deletions
26
.drone.yml
26
.drone.yml
|
@ -7,19 +7,6 @@ platform:
|
|||
arch: amd64
|
||||
|
||||
steps:
|
||||
- name: restore-cache
|
||||
image: drillster/drone-volume-cache
|
||||
when:
|
||||
branch:
|
||||
- master
|
||||
- develop
|
||||
settings:
|
||||
restore: true
|
||||
mount:
|
||||
- /drone/src/node_modules
|
||||
volumes:
|
||||
- name: cache
|
||||
path: /cache
|
||||
- name: build-master
|
||||
image: plugins/docker
|
||||
when:
|
||||
|
@ -74,19 +61,6 @@ steps:
|
|||
from_secret: global_docker_registry
|
||||
repo:
|
||||
from_secret: docker_repo
|
||||
- name: rebuild-cache
|
||||
image: drillster/drone-volume-cache
|
||||
when:
|
||||
branch:
|
||||
- master
|
||||
- develop
|
||||
settings:
|
||||
rebuild: true
|
||||
mount:
|
||||
- /drone/src/node_modules
|
||||
volumes:
|
||||
- name: cache
|
||||
path: /cache
|
||||
|
||||
volumes:
|
||||
- name: cache
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue