Check whether publishing works
Some checks are pending
continuous-integration/drone/push Build is pending
Some checks are pending
continuous-integration/drone/push Build is pending
This commit is contained in:
parent
628ba898c9
commit
5b1051bf99
14
.drone.yml
14
.drone.yml
@ -41,6 +41,13 @@ steps:
|
||||
environment:
|
||||
commands:
|
||||
- scripts/build_ubuntu.sh
|
||||
- name: ubuntu_publish
|
||||
image: plugins/gitea_release
|
||||
settings:
|
||||
files: dist/*
|
||||
base_url: https:/code.ascee.nl
|
||||
# when:
|
||||
#branch: master
|
||||
|
||||
volumes:
|
||||
- name: ubuntu_ccache
|
||||
@ -50,7 +57,10 @@ volumes:
|
||||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: documentation_build
|
||||
name: documentation_build_master
|
||||
trigger:
|
||||
branch:
|
||||
master
|
||||
|
||||
clone:
|
||||
depth: 3
|
||||
@ -66,5 +76,3 @@ steps:
|
||||
from_secret: docker_username
|
||||
password:
|
||||
from_secret: docker_password
|
||||
when:
|
||||
branch: master
|
||||
|
Loading…
Reference in New Issue
Block a user