Browse Source

test

fedy95 4 years ago
parent
commit
657183d685
  1. 1
      .drone.yml

1
.drone.yml

@ -24,6 +24,7 @@ steps:
- echo `pwd`
- echo "$REGISTRY"/"$YAMLLINT_TAG"
- docker run --rm -v `pwd`:/data "$REGISTRY"/"$YAMLLINT_TAG" . && ls -lah
- docker run --rm -v `pwd`:/data "$REGISTRY"/"$YAMLLINT_TAG" . && cat .drone.yml
- make validate
- docker logout "$REGISTRY"
when: