feat: add option to prepare iscsid to support storage providers #2

Merged
xoxys merged 3 commits from setup-iscsid into main 2023-01-10 08:42:14 +01:00
2 changed files with 3 additions and 2 deletions
Showing only changes of commit e20cb2d684 - Show all commits

View File

@ -71,7 +71,7 @@ local PipelineDeployment(scenario='rocky9') = {
'linting',
],
trigger: {
ref: ['refs/heads/main', 'refs/tags/**'],
ref: ['refs/heads/main', 'refs/tags/**', 'refs/pull/**'],
},
};

View File

@ -62,6 +62,7 @@ trigger:
ref:
- refs/heads/main
- refs/tags/**
- refs/pull/**
depends_on:
- linting
@ -147,6 +148,6 @@ depends_on:
---
kind: signature
hmac: f96521e29a09a85e7e86b421ac16ceeaffcdc3645d76dfdeda7e4adf46bb42d0
hmac: 051c4db5d5ce34efd5e5e54a2c57fbfb7f8ee2f491013a788f7e9d58eba160fb
...