edit drone.yml
continuous-integration/drone/tag Build is passing Details

Now drone not uses volumes.
Fix #1
This commit is contained in:
Raffaele Mignone 2020-02-24 19:07:18 +01:00
parent f35f5607a2
commit c37a753051
Signed by: norangebit
GPG Key ID: F5255658CB220573
1 changed files with 1 additions and 15 deletions

View File

@ -5,31 +5,17 @@ name: default
steps:
- name: pandoc
image: norangebit/pandocker:latest
user: 1000:1000
volumes:
- name: tmp
path: /drone/src/out
commands:
- make
- name: gitea release
image: plugins/gitea-release
user: 1000:1000
volumes:
- name: tmp
path: /drone/src/out
settings:
api_key:
from_secret: gitea_release
base_url: https://git.norangeb.it
title: corriculum vitae
files:
- /drone/src/out/*.pdf
volumes:
- name: tmp
host:
path: /home/drone
- out/*.pdf
trigger:
event: