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