From ce77bfe504a5d46e7b216744c2196513c120db9c Mon Sep 17 00:00:00 2001 From: kayomn Date: Sat, 19 Aug 2023 21:04:22 +0100 Subject: [PATCH] Further attempts to debug CI --- .drone.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.drone.yml b/.drone.yml index 9893897..9c9028e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,11 +3,6 @@ type: docker name: deploy steps: -- name: build - image: ghcr.io/getzola/zola:v0.17.2 - entrypoint: ["/bin/zola"] - command: ["build"] - - name: deploy image: ubuntu:22.04 environment: @@ -23,5 +18,4 @@ steps: branch: - main commands: - - echo test - - lsb_release + - lsb_release -a