fix ci trigger and var name
All checks were successful
continuous-integration/drone/pr Build is passing
All checks were successful
continuous-integration/drone/pr Build is passing
This commit is contained in:
parent
7fc0fdce9b
commit
38e429dfd0
@ -71,7 +71,7 @@ local PipelineDeployment(scenario='rocky9') = {
|
||||
'linting',
|
||||
],
|
||||
trigger: {
|
||||
ref: ['refs/heads/main', 'refs/tags/**'],
|
||||
ref: ['refs/heads/main', 'refs/tags/**', 'refs/pull/**'],
|
||||
},
|
||||
};
|
||||
|
||||
|
@ -12,7 +12,7 @@ dockerengine_packages:
|
||||
# @end
|
||||
dockerengine_packages_extra: []
|
||||
|
||||
docker_ansible_deps:
|
||||
dockerengine_ansible_deps:
|
||||
- cryptography
|
||||
- docker-compose
|
||||
- docker
|
||||
|
Loading…
Reference in New Issue
Block a user