This commit is contained in:
parent
ea6e1fea8b
commit
ee601c64ba
1 changed files with 4 additions and 4 deletions
|
|
@ -16,8 +16,8 @@ steps:
|
|||
private_key:
|
||||
from_secret: drone_ssh_priv
|
||||
ssh_extra_args: "-o StrictHostKeyChecking=no"
|
||||
requirements: requirements.txt
|
||||
galaxy: requirements.yml
|
||||
# requirements: requirements.txt
|
||||
# galaxy: requirements.yml
|
||||
syntax_check: true
|
||||
# when:
|
||||
# event:
|
||||
|
|
@ -42,8 +42,8 @@ steps:
|
|||
diff: true
|
||||
check: true
|
||||
ssh_extra_args: "-o StrictHostKeyChecking=no"
|
||||
requirements: requirements.txt
|
||||
galaxy: requirements.yml
|
||||
# requirements: requirements.txt
|
||||
# galaxy: requirements.yml
|
||||
# when:
|
||||
# event:
|
||||
# - pull_request
|
||||
Loading…
Add table
Reference in a new issue