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 3 additions and 3 deletions
Showing only changes of commit 5dd6bb8661 - Show all commits

View File

@ -106,7 +106,7 @@ local PipelineSanityTest = {
arch: 'amd64',
},
workspace: {
path: '/drone/src/ansible_collections/${DRONE_REPO_OWNER/./\\/}',
path: '/drone/src/ansible_collections/${DRONE_REPO_NAME/./\\/}',
},
steps: [
AnsibleVersion(version='devel'),

View File

@ -110,7 +110,7 @@ platform:
arch: amd64
workspace:
path: /drone/src/ansible_collections/${DRONE_REPO_OWNER/./\/}
path: /drone/src/ansible_collections/${DRONE_REPO_NAME/./\/}
steps:
- name: ansible-devel
@ -275,6 +275,6 @@ depends_on:
---
kind: signature
hmac: 3021120fd908a8ce1a0fa3dfbeb8b2c5ffacaa45c19521ff11660da7e3ee2701
hmac: 17475b60ad0932c3067cf6ea48ac4e21f7af80e38f592f80ae8f0ab142637055
...