From c2aa9ff2e2a28caedc9517b23cbae8525a9fb96a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20MIELCAREK?= Date: Tue, 10 Oct 2023 13:27:16 +0200 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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