cleanup drone config

This commit is contained in:
Robert Kaussow 2020-03-21 14:35:14 +01:00
parent d5267a2992
commit 31b4f053f0
2 changed files with 5 additions and 6 deletions

View File

@ -31,13 +31,12 @@ local PipelineDeployment(scenario='centos7') = {
},
workspace: {
base: '/drone/src',
path: 'xoxys.haveged',
path: '${DRONE_REPO_NAME}',
},
steps: [
{
name: 'ansible-molecule',
image: 'xoxys/molecule:3',
pull: 'always',
environment: {
DO_API_KEY: { from_secret: 'do_api_key' },
MOLECULE_CUSTOM_MODULES_REPO: 'https://gitea.rknet.org/ansible/custom_modules',
@ -80,7 +79,7 @@ local PipelineDocumentation = {
name: 'publish',
image: 'plugins/gh-pages',
settings: {
remote_url: 'https://gitea.rknet.org/ansible/xoxys.haveged',
remote_url: 'https://gitea.rknet.org/ansible/${DRONE_REPO_NAME}',
netrc_machine: 'gitea.rknet.org',
username: { from_secret: 'gitea_username' },
password: { from_secret: 'gitea_token' },

View File

@ -31,7 +31,7 @@ concurrency:
workspace:
base: /drone/src
path: xoxys.haveged
path: ${DRONE_REPO_NAME}
steps:
- name: ansible-molecule
@ -78,7 +78,7 @@ steps:
pages_directory: _docs/
password:
from_secret: gitea_token
remote_url: https://gitea.rknet.org/ansible/xoxys.haveged
remote_url: https://gitea.rknet.org/ansible/${DRONE_REPO_NAME}
target_branch: docs
username:
from_secret: gitea_username
@ -146,6 +146,6 @@ depends_on:
---
kind: signature
hmac: 6bc7d25e93dbf248f6342061a2a335758de7d5a7644a50f43d9783b3625a9e34
hmac: 8de500056fbd2f220009f34ded1fe51465fa221a318f869c19ab496a91022681
...