added volumes to main pipeline
continuous-integration/drone/push Build is failing Details

This commit is contained in:
sose 2020-09-25 03:23:11 +00:00
parent f313660037
commit 31d697fddf
1 changed files with 11 additions and 0 deletions

View File

@ -38,6 +38,17 @@ steps:
trigger:
branch: main
volumes:
- name: builds
host:
path: /home/sose/tl-builds
- name: proc
host:
path: /proc
- name: pts
host:
path: /dev/pts
---
kind: pipeline
type: docker