diff --git a/.drone.yml b/.drone.yml index ac425af..31c3cb6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,12 +11,12 @@ trigger: - push steps: - # - name: toto - # image: hadolint/hadolint:latest-alpine - # commands: - # - cd Sources/ - # - hadolint --version - # - hadolint Dockerfile + - name: toto + image: hadolint/hadolint:latest-alpine + commands: + - cd Sources/ + - hadolint --version + - hadolint Dockerfile - name: docker-build-and-push image: plugins/docker