Browse Source

add-yaml-validator

fedy95 4 years ago
parent
commit
42ed623ccb
  1. 2
      .drone.yml

2
.drone.yml

@ -12,7 +12,7 @@ steps:
from_secret: REGISTRY_PASSWORD from_secret: REGISTRY_PASSWORD
commands: commands:
- apk add --no-cache make - apk add --no-cache make
- echo "${REGISTRY}"
- echo "$REGISTRY"
- make validate - make validate
when: when:
event: pull_request event: pull_request