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:
|
private_key:
|
||||||
from_secret: drone_ssh_priv
|
from_secret: drone_ssh_priv
|
||||||
ssh_extra_args: "-o StrictHostKeyChecking=no"
|
ssh_extra_args: "-o StrictHostKeyChecking=no"
|
||||||
requirements: requirements.txt
|
# requirements: requirements.txt
|
||||||
galaxy: requirements.yml
|
# galaxy: requirements.yml
|
||||||
syntax_check: true
|
syntax_check: true
|
||||||
# when:
|
# when:
|
||||||
# event:
|
# event:
|
||||||
|
|
@ -42,8 +42,8 @@ steps:
|
||||||
diff: true
|
diff: true
|
||||||
check: true
|
check: true
|
||||||
ssh_extra_args: "-o StrictHostKeyChecking=no"
|
ssh_extra_args: "-o StrictHostKeyChecking=no"
|
||||||
requirements: requirements.txt
|
# requirements: requirements.txt
|
||||||
galaxy: requirements.yml
|
# galaxy: requirements.yml
|
||||||
# when:
|
# when:
|
||||||
# event:
|
# event:
|
||||||
# - pull_request
|
# - pull_request
|
||||||
Loading…
Add table
Reference in a new issue