fix import
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
Robert Kaussow 2023-07-29 23:44:22 +02:00
parent fd85464f74
commit 11c5627037
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
2 changed files with 7 additions and 1 deletions

View File

@ -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'),

View File

@ -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
...