diff --git a/.drone.yml b/.drone.yml index be6a8ba..a3a74c8 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