refactor: rework ci and testing #3
@ -105,6 +105,9 @@ local PipelineSanityTest = {
|
|||||||
os: 'linux',
|
os: 'linux',
|
||||||
arch: 'amd64',
|
arch: 'amd64',
|
||||||
},
|
},
|
||||||
|
workspace: {
|
||||||
|
path: '/drone/src/ansible_collections/${DRONE_REPO_OWNER/./\\/}',
|
||||||
|
},
|
||||||
steps: [
|
steps: [
|
||||||
AnsibleVersion(version='devel'),
|
AnsibleVersion(version='devel'),
|
||||||
AnsibleVersion(version='2.14'),
|
AnsibleVersion(version='2.14'),
|
||||||
|
@ -109,6 +109,9 @@ platform:
|
|||||||
os: linux
|
os: linux
|
||||||
arch: amd64
|
arch: amd64
|
||||||
|
|
||||||
|
workspace:
|
||||||
|
path: /drone/src/ansible_collections/${DRONE_REPO_OWNER/./\/}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: ansible-devel
|
- name: ansible-devel
|
||||||
image: python:3.9
|
image: python:3.9
|
||||||
@ -272,6 +275,6 @@ depends_on:
|
|||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: bcd37580c79af7c95be8dabaf7449abfa66b945e483fd7c6fb82ac1fa72bd7cd
|
hmac: 3021120fd908a8ce1a0fa3dfbeb8b2c5ffacaa45c19521ff11660da7e3ee2701
|
||||||
|
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user