This commit is contained in:
parent
fd85464f74
commit
11c5627037
@ -80,6 +80,9 @@ local PipelineUnitTest = {
|
||||
os: 'linux',
|
||||
arch: 'amd64',
|
||||
},
|
||||
workspace: {
|
||||
path: '/drone/src/ansible_collections/${DRONE_REPO_NAME/./\\/}',
|
||||
},
|
||||
steps: [
|
||||
PythonVersion(pyversion='3.8'),
|
||||
PythonVersion(pyversion='3.9'),
|
||||
|
@ -41,6 +41,9 @@ platform:
|
||||
os: linux
|
||||
arch: amd64
|
||||
|
||||
workspace:
|
||||
path: /drone/src/ansible_collections/${DRONE_REPO_NAME/./\/}
|
||||
|
||||
steps:
|
||||
- name: python38-pytest
|
||||
image: python:3.8
|
||||
@ -279,6 +282,6 @@ depends_on:
|
||||
|
||||
---
|
||||
kind: signature
|
||||
hmac: f458850edd26300dda4a118e6c8cadffb9575528439efc6efff9f11cadb2a492
|
||||
hmac: f010250793e58a47cf2a541ddfb3455ce2dd03330f31be622ca65e2fe95dbcc9
|
||||
|
||||
...
|
||||
|
Loading…
Reference in New Issue
Block a user