refactor: rework ci and testing #3

Merged
xoxys merged 14 commits from refactor-ci into main 2023-01-31 20:09:30 +01:00
2 changed files with 7 additions and 1 deletions
Showing only changes of commit df49262bb5 - Show all commits

View File

@ -105,6 +105,9 @@ local PipelineSanityTest = {
os: 'linux',
arch: 'amd64',
},
workspace: {
path: '/drone/src/ansible_collections/${DRONE_REPO_OWNER/./\\/}',
},
steps: [
AnsibleVersion(version='devel'),
AnsibleVersion(version='2.14'),

View File

@ -109,6 +109,9 @@ platform:
os: linux
arch: amd64
workspace:
path: /drone/src/ansible_collections/${DRONE_REPO_OWNER/./\/}
steps:
- name: ansible-devel
image: python:3.9
@ -272,6 +275,6 @@ depends_on:
---
kind: signature
hmac: bcd37580c79af7c95be8dabaf7449abfa66b945e483fd7c6fb82ac1fa72bd7cd
hmac: 3021120fd908a8ce1a0fa3dfbeb8b2c5ffacaa45c19521ff11660da7e3ee2701
...