From 23614c12c244feb1711933d62f0c1197fa8528cd Mon Sep 17 00:00:00 2001 From: Paul Date: Mon, 18 Nov 2024 23:49:02 +0100 Subject: [PATCH] updated .drone.yml --- .drone.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index f7ca96e..7fa4726 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,8 +7,6 @@ steps: - name: Salt lint image: python commands: - - apt-get update -y - - apt-get upgrade -y - pip3 install salt-lint - salt-lint -x 207,208,210 states/*/*.sls - name: Deploy